aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yaml2
-rw-r--r--Cargo.lock10
2 files changed, 7 insertions, 5 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 7f4e75341..3adf9e6ca 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -83,7 +83,7 @@ jobs:
83 key: ${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }} 83 key: ${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }}
84 84
85 - name: Compile 85 - name: Compile
86 run: cargo test --no-run 86 run: cargo test --no-run --locked
87 87
88 - name: Test 88 - name: Test
89 run: cargo test 89 run: cargo test
diff --git a/Cargo.lock b/Cargo.lock
index 54a95621a..98cd46e4a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1490,8 +1490,9 @@ checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
1490 1490
1491[[package]] 1491[[package]]
1492name = "salsa" 1492name = "salsa"
1493version = "0.14.3" 1493version = "0.15.0"
1494source = "git+https://github.com/nikomatsakis/salsa?branch=dynamic-databases-rfc#fd036a4f154c46253443b3a79b6f4400c40e87b1" 1494source = "registry+https://github.com/rust-lang/crates.io-index"
1495checksum = "885b4b99dde959decc84e85dd943bd140b4aabd62db2f8206ef5270f77ec20b9"
1495dependencies = [ 1496dependencies = [
1496 "crossbeam-utils", 1497 "crossbeam-utils",
1497 "indexmap", 1498 "indexmap",
@@ -1506,8 +1507,9 @@ dependencies = [
1506 1507
1507[[package]] 1508[[package]]
1508name = "salsa-macros" 1509name = "salsa-macros"
1509version = "0.14.1" 1510version = "0.15.0"
1510source = "git+https://github.com/nikomatsakis/salsa?branch=dynamic-databases-rfc#fd036a4f154c46253443b3a79b6f4400c40e87b1" 1511source = "registry+https://github.com/rust-lang/crates.io-index"
1512checksum = "2c280ac85b15ac214b86ac4b407626a48e6a1c4f90769a582fec74aa57942b9f"
1511dependencies = [ 1513dependencies = [
1512 "heck", 1514 "heck",
1513 "proc-macro2", 1515 "proc-macro2",