Skip to content

Commit ca2d3e7

Browse files
committed
Bump gen/lib version to match cxx.
We need to stay roughly correlated such that cargo users do not get mismatches between `cxxbridge04$` (generated by the main cxx crate) and `cxxbridge03$` (which is what they get when they fetch cxx-gen 0.1 from cargo). In other words, even if the goal is to rev this library on a different cadence, that cadence needs to be at least as fast as breaking changes in `cxx` itself.
1 parent 7ff80c4 commit ca2d3e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gen/lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cxx-gen"
3-
version = "0.0.1"
3+
version = "0.4.0"
44
authors = ["Adrian Taylor <adetaylor@chromium.org>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)