Skip to content

Commit afa947d

Browse files
committed
update
1 parent 6aae31a commit afa947d

2 files changed

Lines changed: 14 additions & 49 deletions

File tree

Cargo.lock

Lines changed: 12 additions & 48 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "python-dotenvx-native"
33
version = "2.0.0"
44
edition = "2021"
5+
rust-version = "1.83"
56
publish = false
67

78
[lib]
@@ -11,4 +12,4 @@ path = "rust/lib.rs"
1112

1213
[dependencies]
1314
dotenvx-primitives = "=2.1.1"
14-
pyo3 = { version = "0.22", features = ["abi3-py38"] }
15+
pyo3 = { version = "0.29", features = ["abi3-py38"] }

0 commit comments

Comments
 (0)