Skip to content

Commit

Permalink
Revert Rust crate version bumps.
Browse files Browse the repository at this point in the history
These bumps are very unfriendly to Linux distribution packaging.

Revert "Bump serde_json from 1.0.86 to 1.0.87 (matrix-org#14279)"
This reverts commit 872ea2f.

Revert "Bump anyhow from 1.0.65 to 1.0.66 (matrix-org#14278)"
This reverts commit 5f06488.

Revert "Bump serde from 1.0.145 to 1.0.147 (matrix-org#14277)"
This reverts commit 278b530.
  • Loading branch information
Oleg Girko committed Nov 13, 2022
1 parent 21191cc commit 83bf412
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ crate-type = ["lib", "cdylib"]
name = "synapse.synapse_rust"

[dependencies]
anyhow = "1.0.66"
anyhow = "1.0.63"
lazy_static = "1.4.0"
log = "0.4.17"
pyo3 = { version = "0.17.1", features = ["extension-module", "macros", "anyhow", "abi3", "abi3-py37"] }
pyo3-log = "0.7.0"
pythonize = "0.17.0"
regex = "1.6.0"
serde = { version = "1.0.147", features = ["derive"] }
serde_json = "1.0.87"
serde = { version = "1.0.144", features = ["derive"] }
serde_json = "1.0.85"

[build-dependencies]
blake2 = "0.10.4"
Expand Down

0 comments on commit 83bf412

Please sign in to comment.