aboutsummaryrefslogtreecommitdiff
path: root/flags
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2023-07-06 12:49:38 -0700
committerDavid Tolnay <dtolnay@gmail.com>2023-07-06 12:49:38 -0700
commit155d6772bc5bd35b1c754a72187e5d672b5c967b (patch)
tree5158f5e0c49b219d31fd8d598972218807680487 /flags
parentb35e34f1cb5373f7d244c7452a976a761e5447af (diff)
downloadcxx-155d6772bc5bd35b1c754a72187e5d672b5c967b.tar.gz
Release 1.0.100
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 ff347818..bf95c67d 100644
--- a/flags/Cargo.toml
+++ b/flags/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cxxbridge-flags"
-version = "1.0.99"
+version = "1.0.100"
authors = ["David Tolnay <dtolnay@gmail.com>"]
categories = ["development-tools::ffi", "compilers"]
description = "Compiler configuration of the `cxx` crate (implementation detail)"