aboutsummaryrefslogtreecommitdiff
path: root/flags
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2023-07-17 21:55:31 -0700
committerDavid Tolnay <dtolnay@gmail.com>2023-07-17 21:55:31 -0700
commit3655e476adbd8c997f5b54de0c9f04b627add0ef (patch)
tree0e8d0d113287dfc492c57fa4fab91801f6134ff3 /flags
parente8cef7be75c41378cfaea5ab783fcce6452454ea (diff)
downloadcxx-3655e476adbd8c997f5b54de0c9f04b627add0ef.tar.gz
Release 1.0.101
Diffstat (limited to 'flags')
-rw-r--r--flags/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/flags/Cargo.toml b/flags/Cargo.toml
index bf95c67d..b9030e6a 100644
--- a/flags/Cargo.toml
+++ b/flags/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cxxbridge-flags"
-version = "1.0.100"
+version = "1.0.101"
authors = ["David Tolnay <dtolnay@gmail.com>"]
categories = ["development-tools::ffi", "compilers"]
description = "Compiler configuration of the `cxx` crate (implementation detail)"