Skip to content

Commit 06f7e43

Browse files
committed
cargo update
1 parent 8b58672 commit 06f7e43

2 files changed

Lines changed: 36 additions & 36 deletions

File tree

Cargo.lock

Lines changed: 34 additions & 34 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
@@ -9,7 +9,7 @@ repository = "https://github.com/ijl/orjson"
99
homepage = "https://github.com/ijl/orjson"
1010
readme = "README.md"
1111
keywords = ["fast", "json", "datetime", "rfc", "3339"]
12-
include = ["Cargo.toml", "src/*"]
12+
include = ["Cargo.toml", "src/*", "data/*", "test/*.py", "README.md", "CHANGELOG.md", "LICENSE-APACHE", "LICENSE-MIT"]
1313

1414
[lib]
1515
name = "orjson"
@@ -37,7 +37,7 @@ classifier = [
3737
[dependencies]
3838
encoding_rs = { version = "0.8", default_features = false, features = ["simd-accel"] }
3939
itoa = { version = "0.4", default_features = false }
40-
pyo3 = { git = "https://github.com/PyO3/pyo3.git", rev = "f75f742c588c7338f1b26503179a949b7e270a4d", features = ["extension-module", "python3"]}
40+
pyo3 = { git = "https://github.com/PyO3/pyo3.git", rev = "08334fe5826281785c08d12b3ec9520787789a98", features = ["extension-module"]}
4141
serde = { version = "1", default_features = false }
4242
serde_json = { version = "1", default_features = false }
4343
smallvec = { version = "0.6", default_features = false, features = ["union"] }

0 commit comments

Comments
 (0)