Skip to content

Commit

Permalink
Publish 0.1.6 (#26)
Browse files Browse the repository at this point in the history
* Specify toolchain version independent from CI

* Update maturin

* Bump version to 0.1.6
  • Loading branch information
emesare authored Dec 22, 2023
1 parent a8b4c7e commit cad0877
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "memflow-py"
version = "0.1.5"
version = "0.1.6"
authors = ["Dan Killinger <[email protected]>"]
edition = "2021"
keywords = ["memflow", "python"]
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "memflow"
version = "0.1.5"
version = "0.1.6"
authors = [{ name = "Dan Killinger", email = "[email protected]" }]
description = "Physical memory introspection framework"
readme = "README.md"
Expand All @@ -18,7 +18,7 @@ classifiers = [
"Bug Tracker" = "https://github.com/memflow/memflow-py/issues"

[build-system]
requires = ["maturin>=0.13,<0.14"]
requires = ["maturin>=1.0,<2.0"]
build-backend = "maturin"

[tool.maturin]
Expand Down
2 changes: 2 additions & 0 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[toolchain]
channel = "stable"

0 comments on commit cad0877

Please sign in to comment.