aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig5
1 files changed, 4 insertions, 1 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index 84f2d298..70650d9a 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,6 +1,6 @@
[package]
name = "libc"
-version = "0.2.93"
+version = "0.2.119"
authors = ["The Rust Project Developers"]
license = "MIT OR Apache-2.0"
readme = "README.md"
@@ -15,6 +15,9 @@ description = """
Raw FFI bindings to platform libraries like libc.
"""
+[package.metadata.docs.rs]
+features = ["const-extern-fn", "extra_traits"]
+
[dependencies]
rustc-std-workspace-core = { version = "1.0.0", optional = true }