Skip to content

Commit

Permalink
Release dora-rs version 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Jan 18, 2023
1 parent 40ce20c commit c96a812
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 30 deletions.
54 changes: 27 additions & 27 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ members = [
]

[workspace.package]
version = "0.1.2"
version = "0.1.3"

[workspace.dependencies]
dora-node-api = { version = "0.1.2", path = "apis/rust/node", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion apis/python/node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
version = "0.1.2"
version.workspace = true
name = "dora-node-api-python"
edition = "2021"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion apis/python/node/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["maturin>=0.13.2,<0.14"]
requires = ["maturin>=0.13.2"]
build-backend = "maturin"

[project]
Expand Down

0 comments on commit c96a812

Please sign in to comment.