-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
update release in crates.io #121
Comments
Can you elaborate on this? It's building on stable for me |
You're right, it only requires nightly when the std feature is disabled, which is how I intended to use it. [dependencies.nanoserde]
# git = "https://github.com/not-fl3/nanoserde" # 0.2.0-beta.2 COMPILES
version = "0.2.0-beta.0" # FIXME: needs nightly
default-features = false
features = ["json", "binary", "ron", "toml"]
|
Ah, I see, hadn't realized the change to not require nightly was since then |
Sounded like @not-fl3 was fine with bumping the MSRV when |
Latest published version is v0.2.0-beta.0 which unfortunately requires nightly.
The text was updated successfully, but these errors were encountered: