Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is Rust nightly still necessary, or can you use some released version of Rust? #23

Closed
itamarst opened this issue Jul 16, 2019 · 8 comments

Comments

@itamarst
Copy link

I will need to package orjson for Conda-Forge if I decide to use it, and I'm not sure if random versions of rust will be available.

@ijl
Copy link
Owner

ijl commented Jul 17, 2019

nightly is not quite a pre-release, it's a release channel with non-stable features enabled. The nightly version required doesn't generally change. Conda Forge's versions of stable and nightly are both badly out of date, but if upgraded would be fine. Tracking for using stable is PyO3/pyo3#5.

@ijl
Copy link
Owner

ijl commented Jul 17, 2019

For example, I just built 2.0.6 on nightly-2019-02-28.

@itamarst
Copy link
Author

Conda-Forge has 1.36 (https://anaconda.org/conda-forge/rust), which seems to be latest stable release. But rust-nightly sounds like it's still work in progress: conda-forge/rust-feedstock#31

@ijl
Copy link
Owner

ijl commented Jul 17, 2019

I see, thanks. I was looking at https://anaconda.org/anaconda/rust at 1.29.0.

@itamarst
Copy link
Author

conda-forge channel tends to be more up-to-date package channel than anaconda channel, I think. (The former is community-driven, the latter is managed by Anaconda Inc).

@ijl
Copy link
Owner

ijl commented Sep 26, 2019

There are now source distributions, and maybe that makes it easier to package for Conda. Please reopen if there's something to do about packaging.

@ijl ijl closed this as completed Sep 26, 2019
@EntPyle
Copy link

EntPyle commented May 1, 2020

Would just like to provide notice that orjson is packaged for Linux on conda-forge. I am still working on the osx and windows versions. Any help there would be appreciated

@rominf
Copy link

rominf commented Mar 10, 2021

PyO3/pyo3#5 (comment) states that stable Rust is supported.

Any chance to support Rust stable? I'm trying to build a package for Fedora 33, and I'm blocked on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants