Skip to content

Commit 6b2a831

Browse files
committed
pyo3, cargo update
1 parent b072b69 commit 6b2a831

2 files changed

Lines changed: 19 additions & 19 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ classifier = [
3434
"Intended Audience :: Developers",
3535
"License :: OSI Approved :: Apache Software License",
3636
"License :: OSI Approved :: MIT License",
37-
"License :: OSI Approved",
3837
"Operating System :: MacOS",
3938
"Operating System :: Microsoft :: Windows",
4039
"Operating System :: POSIX :: Linux",
@@ -45,6 +44,7 @@ classifier = [
4544
"Programming Language :: Python :: 3.8",
4645
"Programming Language :: Python",
4746
"Programming Language :: Rust",
47+
"Typing :: Typed",
4848
]
4949

5050
[dependencies]
@@ -53,7 +53,7 @@ encoding_rs = { version = "0.8", default_features = false, features = ["simd-acc
5353
itoa = { version = "0.4", default_features = false }
5454
lazy_static = { version = "1.4.0", default_features = false }
5555
parking_lot = {version = "0.9", features = ["nightly"]}
56-
pyo3 = { git = "https://github.com/PyO3/pyo3.git", rev = "89b7c7e3090e31625c282d7a5546dd61008ed1a2", default_features = false, features = ["extension-module"]}
56+
pyo3 = { git = "https://github.com/PyO3/pyo3.git", rev = "1796335617ca1fb6385682db2fccc6f3a7472704", default_features = false, features = ["extension-module"]}
5757
rand = { version = "0.7", default_features = false, features = ["getrandom", "std"] }
5858
serde = { version = "1", default_features = false }
5959
serde_json = { git = "https://github.com/ijl/json.git", rev = "0e82f6055fc062888026229d3208466f2c99182a", default_features = false, features = ["perfect_float"] }

0 commit comments

Comments
 (0)