diff --git a/Cargo.lock b/Cargo.lock index f273916..54fd1aa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1203,7 +1203,7 @@ dependencies = [ [[package]] name = "state-map" version = "0.1.0" -source = "git+https://github.com/matrix-org/rust-matrix-state-map#211343e8dd8d14e8a4c5c6ab72b52589fdd37e27" +source = "git+https://github.com/matrix-org/rust-matrix-state-map?rev=211343e#211343e8dd8d14e8a4c5c6ab72b52589fdd37e27" [[package]] name = "string_cache" @@ -1266,7 +1266,7 @@ dependencies = [ [[package]] name = "synapse_auto_compressor" -version = "0.1.3" +version = "0.1.4" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 96ccd5b..1052464 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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] diff --git a/compressor_integration_tests/Cargo.toml b/compressor_integration_tests/Cargo.toml index 6794f66..ffdd764 100644 --- a/compressor_integration_tests/Cargo.toml +++ b/compressor_integration_tests/Cargo.toml @@ -19,3 +19,4 @@ log = "0.4.20" [dependencies.state-map] git = "https://github.com/matrix-org/rust-matrix-state-map" +rev = "211343e"