Skip to content

Commit 6491ffd

Browse files
committed
update crate version to 0.2.148
1 parent f23ce9e commit 6491ffd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libc-test/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libc-test"
3-
version = "0.2.147"
3+
version = "0.2.148"
44
authors = ["The Rust Project Developers"]
55
license = "MIT OR Apache-2.0"
66
build = "build.rs"
@@ -12,7 +12,7 @@ A test crate for the libc crate.
1212

1313
[dependencies.libc]
1414
path = ".."
15-
version = "0.2.147"
15+
version = "0.2.148"
1616
default-features = false
1717

1818
[build-dependencies]

0 commit comments

Comments
 (0)