Skip to content

Commit 8499f06

Browse files
authored
Pin state-map dependency on latest commit (#143)
Signed-off-by: Dionysis Grigoropoulos <[email protected]>
1 parent 52dbd77 commit 8499f06

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ log-panics = "2.1.0"
2626

2727
[dependencies.state-map]
2828
git = "https://github.com/matrix-org/rust-matrix-state-map"
29+
rev = "211343e"
2930

3031
# Needed for pyo3 support
3132
[lib]

compressor_integration_tests/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ log = "0.4.20"
1919

2020
[dependencies.state-map]
2121
git = "https://github.com/matrix-org/rust-matrix-state-map"
22+
rev = "211343e"

0 commit comments

Comments
 (0)