aboutsummaryrefslogtreecommitdiff
path: root/flags
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2023-03-25 13:28:33 -0700
committerDavid Tolnay <dtolnay@gmail.com>2023-03-25 13:28:33 -0700
commit8d44aebd033a77dfcc472f7c21609ff2686816b4 (patch)
treea2dbe68b397a4841563dee813dafa4175a4fb947 /flags
parent5f66d60e307b1f6310ff3df8e58a79e1c0e6dd19 (diff)
downloadcxx-8d44aebd033a77dfcc472f7c21609ff2686816b4.tar.gz
Release 1.0.94
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 0baafb17..12891f51 100644
--- a/flags/Cargo.toml
+++ b/flags/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cxxbridge-flags"
-version = "1.0.93"
+version = "1.0.94"
authors = ["David Tolnay <dtolnay@gmail.com>"]
categories = ["development-tools::ffi", "compilers"]
description = "Compiler configuration of the `cxx` crate (implementation detail)"