Skip to content

Commit

Permalink
Pin state-map dependency on latest commit (#143)
Browse files Browse the repository at this point in the history
Signed-off-by: Dionysis Grigoropoulos <dgrig@erethon.com>
  • Loading branch information
Erethon authored Apr 26, 2024
1 parent 52dbd77 commit 8499f06
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ log-panics = "2.1.0"

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

# Needed for pyo3 support
[lib]
Expand Down
1 change: 1 addition & 0 deletions compressor_integration_tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ log = "0.4.20"

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

0 comments on commit 8499f06

Please sign in to comment.