Skip to content

Commit

Permalink
Merge pull request #19 from dtolnay-contrib/cache
Browse files Browse the repository at this point in the history
Re-enable cache of `target/` dir in CI
  • Loading branch information
SunDoge committed Aug 31, 2022
2 parents d14d44e + 0ba4861 commit 5faa5b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
~/.cargo/registry/cache/
~/.cargo/registry/src/
~/.cargo/git/db/
# target/
target/
key: "cache-OS:${{ matrix.os }}-Rust:${{ matrix.rust }}-${{ hashFiles('Cargo.toml') }}-Cpp:${{ matrix.cpp }}"
restore-keys: |
"cache-OS:${{ matrix.os }}-Rust:${{ matrix.rust }}-"
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ license = "Apache-2.0"


[dependencies]
cxx = "1.0.73"
cxx = "1.0.74"
thiserror = "1.0"
# anyhow = "1.0"

Expand All @@ -23,7 +23,7 @@ serde = { version = "1", features = ["derive"], optional = true }
serde_json = { version = "1", optional = true }

[build-dependencies]
cxx-build = "1.0.73"
cxx-build = "1.0.74"


[features]
Expand Down

0 comments on commit 5faa5b2

Please sign in to comment.