Update lockfile; drop Python 3.6 support
Python 3.6 EOLed at the end of 2021, see https://endoflife.date/python. (pyO3 was refusing to build against 3.6).
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -1057,7 +1057,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "synapse_auto_compressor"
|
name = "synapse_auto_compressor"
|
||||||
version = "0.1.2"
|
version = "0.1.3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"clap",
|
"clap",
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ version = "0.1.3"
|
|||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[package.metadata.maturin]
|
[package.metadata.maturin]
|
||||||
requires-python = ">=3.6"
|
requires-python = ">=3.7"
|
||||||
project-url = {Source = "https://github.com/matrix-org/rust-synapse-compress-state"}
|
project-url = {Source = "https://github.com/matrix-org/rust-synapse-compress-state"}
|
||||||
classifier = [
|
classifier = [
|
||||||
"Development Status :: 4 - Beta",
|
"Development Status :: 4 - Beta",
|
||||||
|
|||||||
Reference in New Issue
Block a user