Skip to content

Commit

Permalink
use api3
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed Sep 9, 2024
1 parent 60bf5d6 commit eb33732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ crate-type = ["cdylib"]

[dependencies]
mac_address = "1.1.7"
pyo3 = { version = "0.22.0", features = ["extension-module", "generate-import-lib"] }
pyo3 = { version = "0.22.0", features = ["extension-module", "generate-import-lib", 'abi3-py38'] }
rand = "0.8.5"
uuid = { version = "1.9.1", features = ["v1", "v3", "v4", "v5", "v6", "v7", "v8", "fast-rng"]}

0 comments on commit eb33732

Please sign in to comment.