We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17c8fe5 commit dfb3af5Copy full SHA for dfb3af5
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "pyo3-built"
3
-version = "0.5.0"
+version = "0.6.0"
4
edition = "2018"
5
description = "Expose build variables obtained with built as a PyDict"
6
authors = ["PyO3 Project and Contributors"]
README.md
@@ -16,7 +16,7 @@ Add the following to your `Cargo.toml` manifest:
16
[build-dependencies]
17
built = { version = "0.7", features = ["chrono"] }
18
[dependencies]
19
-pyo3-built = "0.5"
+pyo3-built = "0.6"
20
```
21
22
Create your `build.rs` as you normally would with `built`, but activate
0 commit comments