aboutsummaryrefslogtreecommitdiff
path: root/flags
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2022-09-02 14:33:59 -0700
committerDavid Tolnay <dtolnay@gmail.com>2022-09-02 14:33:59 -0700
commit0293ff50cf2aa92c082ffc6a598152b538db3bca (patch)
tree95b225fd049b18214087875b2466096ae22e9038 /flags
parentbd8907bf4295279432fae0730f69c6b2ff00488b (diff)
downloadcxx-0293ff50cf2aa92c082ffc6a598152b538db3bca.tar.gz
Release 1.0.75
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 fbc957f1..c9a40085 100644
--- a/flags/Cargo.toml
+++ b/flags/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cxxbridge-flags"
-version = "1.0.74"
+version = "1.0.75"
authors = ["David Tolnay <dtolnay@gmail.com>"]
categories = ["development-tools::ffi", "compilers"]
description = "Compiler configuration of the `cxx` crate (implementation detail)"