aboutsummaryrefslogtreecommitdiff
path: root/flags
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2023-05-25 20:03:42 -0700
committerDavid Tolnay <dtolnay@gmail.com>2023-05-25 20:03:42 -0700
commitf4abebe5b41d135f60f9d9034ac91845a52f0fa5 (patch)
treeb464e1a68042f5372422392ae2405c27a5dc09b8 /flags
parentd0610e2e5d3011746237751d9874471251fff980 (diff)
downloadcxx-f4abebe5b41d135f60f9d9034ac91845a52f0fa5.tar.gz
Release 1.0.95
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 12891f51..726aa627 100644
--- a/flags/Cargo.toml
+++ b/flags/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cxxbridge-flags"
-version = "1.0.94"
+version = "1.0.95"
authors = ["David Tolnay <dtolnay@gmail.com>"]
categories = ["development-tools::ffi", "compilers"]
description = "Compiler configuration of the `cxx` crate (implementation detail)"