aboutsummaryrefslogtreecommitdiff
path: root/flags
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2023-07-06 11:41:18 -0700
committerDavid Tolnay <dtolnay@gmail.com>2023-07-06 11:41:18 -0700
commit22d0e8c4b835149a8d906e2cd6b43420577cae66 (patch)
tree25a20166f53894f549071f477d0f4d3d9958be3b /flags
parent2fe27e13b35e54192b492299c7753b122752d767 (diff)
downloadcxx-22d0e8c4b835149a8d906e2cd6b43420577cae66.tar.gz
Release 1.0.99
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 b5f6d7c3..e47564e6 100644
--- a/flags/Cargo.toml
+++ b/flags/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cxxbridge-flags"
-version = "1.0.98"
+version = "1.0.99"
authors = ["David Tolnay <dtolnay@gmail.com>"]
categories = ["development-tools::ffi", "compilers"]
description = "Compiler configuration of the `cxx` crate (implementation detail)"