aboutsummaryrefslogtreecommitdiff
path: root/flags
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2022-12-17 10:52:16 -0800
committerDavid Tolnay <dtolnay@gmail.com>2022-12-17 10:52:16 -0800
commit1ac3311fa938b0f464b7ce58a0d9a187f01b4e64 (patch)
tree5ab89ede69a051bcc326842557dfcdbc2ddec039 /flags
parent8da631208d6b86582389dbe5776d7b9a8169e47c (diff)
downloadcxx-1ac3311fa938b0f464b7ce58a0d9a187f01b4e64.tar.gz
Release 1.0.84
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 846bcfb4..583ac410 100644
--- a/flags/Cargo.toml
+++ b/flags/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cxxbridge-flags"
-version = "1.0.83"
+version = "1.0.84"
authors = ["David Tolnay <dtolnay@gmail.com>"]
categories = ["development-tools::ffi", "compilers"]
description = "Compiler configuration of the `cxx` crate (implementation detail)"