We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
main
1 parent 77b3ea4 commit 2e5970dCopy full SHA for 2e5970d
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "libc"
3
-version = "0.2.164"
+version = "1.0.0-alpha.1"
4
authors = ["The Rust Project Developers"]
5
license = "MIT OR Apache-2.0"
6
readme = "README.md"
libc-test/Cargo.toml
name = "libc-test"
-version = "0.2.155"
+version = "0.1.0"
edition = "2021"
@@ -12,10 +12,8 @@ description = """
12
A test crate for the libc crate.
13
"""
14
15
-[dependencies.libc]
16
-path = ".."
17
18
-default-features = false
+[dependencies]
+libc = { path = "..", version = "1.0.0-alpha.1", default-features = false }
19
20
[build-dependencies]
21
cc = "1.0.83"
0 commit comments