Skip to content

Commit 2e5970d

Browse files
committed
Set the version on main to 1.0.0-alpha.1
We won't actually be releasing this, but it makes it more clear that `main` doesn't represent the 0.2.x version.
1 parent 77b3ea4 commit 2e5970d

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libc"
3-
version = "0.2.164"
3+
version = "1.0.0-alpha.1"
44
authors = ["The Rust Project Developers"]
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"

libc-test/Cargo.toml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libc-test"
3-
version = "0.2.155"
3+
version = "0.1.0"
44
edition = "2021"
55
authors = ["The Rust Project Developers"]
66
license = "MIT OR Apache-2.0"
@@ -12,10 +12,8 @@ description = """
1212
A test crate for the libc crate.
1313
"""
1414

15-
[dependencies.libc]
16-
path = ".."
17-
version = "0.2.164"
18-
default-features = false
15+
[dependencies]
16+
libc = { path = "..", version = "1.0.0-alpha.1", default-features = false }
1917

2018
[build-dependencies]
2119
cc = "1.0.83"

0 commit comments

Comments
 (0)