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

v0.2.0 doesnt build on release channel (1.3) #2

Open
AutomatedTester opened this issue Oct 4, 2015 · 0 comments
Open

v0.2.0 doesnt build on release channel (1.3) #2

AutomatedTester opened this issue Oct 4, 2015 · 0 comments

Comments

@AutomatedTester
Copy link
Contributor

Building a project with 0.2.0 doesn't compile.

toml

[package]
name = "learn"
version = "0.1.0"
authors = ["AutomatedTester <dburns@mozilla.com>"]

[dependencies]

argparse = "*"
rustbar = "0.2.0"

results in

dburns in ~/development/learn on master ● λ cargo build
   Compiling argparse v0.2.0
   Compiling rustbar v0.2.0
/Users/dburns/.cargo/registry/src/github.com-0a35038f75765ae4/rustbar-0.2.0/src/lib.rs:2:1: 2:18 error: #[feature] may not be used on the stable release channel
/Users/dburns/.cargo/registry/src/github.com-0a35038f75765ae4/rustbar-0.2.0/src/lib.rs:2 #![feature(libc)]
                                                                                         ^~~~~~~~~~~~~~~~~
error: aborting due to previous error
Build failed, waiting for other jobs to finish...
Could not compile `rustbar`.

To learn more, run the command again with --verbose.
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

1 participant