Skip to content

Commit

Permalink
v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bminixhofer authored and actions-user committed Mar 31, 2021
1 parent 79a01e6 commit afc2d3e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nlprule-build"
version = "0.4.7-pre"
version = "0.5.1"
authors = ["Benjamin Minixhofer <[email protected]>", "Bernhard Schuster <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand All @@ -15,7 +15,7 @@ thiserror = "1"
zip = "0.5.9"
directories = "3"
reqwest = { version = "0.11", default_features = false, features = ["blocking", "rustls-tls"] }
nlprule = { path = "../nlprule", features = ["compile"], version = "0.4.7-pre" } # BUILD_BINDINGS_COMMENT
nlprule = { path = "../nlprule", features = ["compile"], version = "0.5.1" } # BUILD_BINDINGS_COMMENT
# nlprule = { package = "nlprule-core", path = "../nlprule", features = ["compile"] } # BUILD_BINDINGS_UNCOMMENT
fs-err = "2.5"

Expand Down
2 changes: 1 addition & 1 deletion nlprule/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "nlprule" # BUILD_BINDINGS_COMMENT
# name = "nlprule-core" # BUILD_BINDINGS_UNCOMMENT
version = "0.4.7-pre"
version = "0.5.1"
authors = ["Benjamin Minixhofer <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "nlprule-python" # BUILD_BINDINGS_COMMENT
# name = "nlprule" # BUILD_BINDINGS_UNCOMMENT
version = "0.4.7-pre"
version = "0.5.1"
authors = ["Benjamin Minixhofer <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit afc2d3e

Please sign in to comment.