aboutsummaryrefslogtreecommitdiff
path: root/flags/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'flags/Cargo.toml')
-rw-r--r--flags/Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/flags/Cargo.toml b/flags/Cargo.toml
index 0baafb17..9cb88a04 100644
--- a/flags/Cargo.toml
+++ b/flags/Cargo.toml
@@ -1,10 +1,10 @@
[package]
name = "cxxbridge-flags"
-version = "1.0.93"
+version = "1.0.119"
authors = ["David Tolnay <dtolnay@gmail.com>"]
categories = ["development-tools::ffi", "compilers"]
description = "Compiler configuration of the `cxx` crate (implementation detail)"
-edition = "2018"
+edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/dtolnay/cxx"
rust-version = "1.60"
@@ -17,3 +17,4 @@ default = [] # c++11
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
+rustdoc-args = ["--generate-link-to-definition"]