Skip to content

Commit

Permalink
Merge pull request #1163 from google/rev-cxx-1.0.72
Browse files Browse the repository at this point in the history
Revise cxx to 1.0.78.
  • Loading branch information
adetaylor authored Oct 14, 2022
2 parents 4d939f0 + 3d27679 commit c2846ad
Show file tree
Hide file tree
Showing 16 changed files with 35 additions and 35 deletions.
40 changes: 20 additions & 20 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ resolver = "2"

[dependencies]
autocxx-macro = { path="macro", version="0.22.4" }
cxx = "1.0.68" # ... also needed because expansion of type_id refers to ::cxx
cxx = "1.0.78" # ... also needed because expansion of type_id refers to ::cxx
aquamarine = "0.1" # docs
moveit = { version = "0.5", features = [ "cxx" ] }

Expand Down
2 changes: 1 addition & 1 deletion demo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ authors = ["Adrian Taylor <adetaylor@chromium.org>"]
edition = "2021"

[dependencies]
cxx = "1.0.68"
cxx = "1.0.78"
autocxx = { path = "..", version="0.22.4" }

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ cc = { version = "1.0", optional = true }
# Note: Keep the patch-level version of cxx-gen and cxx in sync.
# There can be interdependencies between the code generated by cxx-gen and
# what cxx expects to be there.
cxx-gen = "0.7.68"
cxx-gen = "0.7.78"
autocxx-parser = { version = "=0.22.4", path="../parser" }
version_check = "0.9"
aquamarine = "0.1" # docs
Expand Down
2 changes: 1 addition & 1 deletion examples/chromium-fake-render-frame-host/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ authors = ["Adrian Taylor <adetaylor@chromium.org>"]
edition = "2021"

[dependencies]
cxx = "1.0.68"
cxx = "1.0.78"
autocxx = { path = "../..", version="0.22.4" }

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion examples/llvm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ authors = ["Adrian Taylor <adetaylor@chromium.org>"]
edition = "2021"

[dependencies]
cxx = "1.0.68"
cxx = "1.0.78"
autocxx = { path = "../..", version="0.17.2" }

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion examples/non-trivial-type-on-stack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ authors = ["Adrian Taylor <adetaylor@chromium.org>"]
edition = "2021"

[dependencies]
cxx = "1.0.68"
cxx = "1.0.78"
autocxx = { path = "../..", version="0.22.4" }

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion examples/pod/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ authors = ["Adrian Taylor <adetaylor@chromium.org>"]
edition = "2021"

[dependencies]
cxx = "1.0.68"
cxx = "1.0.78"
autocxx = { path = "../..", version="0.22.4" }

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion examples/reference-wrappers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ authors = ["Adrian Taylor <adetaylor@chromium.org>"]
edition = "2021"

[dependencies]
cxx = "1.0.68"
cxx = "1.0.78"
autocxx = { path = "../..", version="0.22.4" }

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion examples/s2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
cxx = "1.0.68"
cxx = "1.0.78"
autocxx = { path = "../..", version="0.22.4" }

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion examples/steam-mini/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
cxx = "1.0.68"
cxx = "1.0.78"
autocxx = { path = "../..", version="0.22.4" }

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion examples/subclass/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
cxx = "1.0.68"
cxx = "1.0.78"
autocxx = { path = "../..", version="0.22.4" }
uwuify = "0.2.2"
textwrap = "0.14"
Expand Down
2 changes: 1 addition & 1 deletion gen/cmd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ autocxx-integration-tests = { path = "../../integration-tests", version="=0.22.4
# This is necessary for building the projects created
# by the trybuild test system...
autocxx = { path="../.." }
cxx = "1.0.68"
cxx = "1.0.78"
itertools = "0.10.3"
2 changes: 1 addition & 1 deletion integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ link-cplusplus = "1.0"
tempfile = "3.1"
indoc = "1.0"
log = "0.4"
cxx = "1.0.68"
cxx = "1.0.78"
itertools = "0.10"

[dependencies.syn]
Expand Down
2 changes: 1 addition & 1 deletion tools/reduce/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ serde = "1.0"
serde_derive = "1.0"
syn = "1.0.39"
quote = "1.0"
cxx-gen = "0.7.68"
cxx-gen = "0.7.78"
regex = "1.5"
indexmap = "1.8"

Expand Down
2 changes: 1 addition & 1 deletion tools/stress-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ authors = ["Adrian Taylor <adetaylor@chromium.org>"]
edition = "2021"

[dependencies]
cxx = "1.0.68"
cxx = "1.0.78"
autocxx = { path = "../..", version="0.22.4" }

[build-dependencies]
Expand Down

0 comments on commit c2846ad

Please sign in to comment.