Skip to content

Commit

Permalink
Merge pull request #1259 from google/fix-remove-dir-all
Browse files Browse the repository at this point in the history
Fix remove dir all
  • Loading branch information
adetaylor authored Mar 9, 2023
2 parents edabf36 + 8c7452b commit ada1216
Show file tree
Hide file tree
Showing 4 changed files with 139 additions and 17 deletions.
150 changes: 136 additions & 14 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 engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ cxx-gen = "0.7.78"
autocxx-parser = { version = "=0.25.0", path = "../parser" }
version_check = "0.9"
aquamarine = "0.1" # docs
tempfile = "3.1"
tempfile = "3.4"
once_cell = "1.7"
strum_macros = "0.24"
serde_json = { version = "1.0", optional = true }
Expand Down
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 @@ autocxx-engine = { version = "=0.25.0", path = "../engine", features = [
] }
moveit = { version = "0.5", features = [ "cxx" ] }
link-cplusplus = "1.0"
tempfile = "3.1"
tempfile = "3.4"
indoc = "1.0"
log = "0.4"
cxx = "1.0.78"
Expand Down
2 changes: 1 addition & 1 deletion tools/reduce/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ autocxx-parser = { version = "=0.25.0", path = "../../parser", features = [
"reproduction_case",
] }
clap = { version = "3.1.2", features = ["cargo"] }
tempfile = "3.1"
tempfile = "3.4"
indoc = "1.0"
itertools = "0.10"
serde_json = "1.0"
Expand Down

0 comments on commit ada1216

Please sign in to comment.