Skip to content

Commit 774d774

Browse files
v0.7.0 release
1 parent 6a52df4 commit 774d774

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

Cargo.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pyembive"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -9,6 +9,6 @@ name = "pyembive"
99
crate-type = ["cdylib"]
1010

1111
[dependencies]
12-
embive = { version = "0.6.0", features = ["alloc"] }
12+
embive = { version = "0.7.0", features = ["alloc"] }
1313
ouroboros = "0.18.5"
14-
pyo3 = "0.26.0"
14+
pyo3 = "0.27.2"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ Check more information about Embive [here](https://github.com/embive/embive).
66

77
## How to build
88

9-
You can build it using [Maturin](https://pypi.org/project/maturin/). Check the [pyo3 guide](https://pyo3.rs/v0.24.1/getting-started.html) for more information.
9+
You can build it using [Maturin](https://pypi.org/project/maturin/). Check the [pyo3 guide](https://pyo3.rs/v0.27.2/getting-started.html) for more information.

0 commit comments

Comments
 (0)