Skip to content

Commit

Permalink
Enable cargo-lock feature of built to build example
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Apr 11, 2024
1 parent bcd464a commit 295f2de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/hello/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pyo3 = "0.21.1"
pyo3-built = { path = "../.." }

[build-dependencies]
built = { version = "0.7.2", features = ["chrono"] }
built = { version = "0.7.2", features = ["chrono", "cargo-lock"] }

[lib]
crate-type = ["cdylib"]
Expand Down

0 comments on commit 295f2de

Please sign in to comment.