Skip to content

Commit 26e1983

Browse files
bminixhoferactions-user
authored andcommitted
v0.6.3
1 parent 6b59f2c commit 26e1983

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nlprule-build"
3-
version = "0.6.3-pre"
3+
version = "0.6.3"
44
authors = ["Benjamin Minixhofer <bminixhofer@gmail.com>", "Bernhard Schuster <bernhard@ahoi.io>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"
@@ -15,7 +15,7 @@ thiserror = "1"
1515
zip = "0.5.9"
1616
directories = "3"
1717
reqwest = { version = "0.11", default_features = false, features = ["blocking", "rustls-tls"] }
18-
nlprule = { path = "../nlprule", features = ["compile"], version = "0.6.3-pre" } # BUILD_BINDINGS_COMMENT
18+
nlprule = { path = "../nlprule", features = ["compile"], version = "0.6.3" } # BUILD_BINDINGS_COMMENT
1919
# nlprule = { package = "nlprule-core", path = "../nlprule", features = ["compile"] } # BUILD_BINDINGS_UNCOMMENT
2020
fs-err = "2.5"
2121

nlprule/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "nlprule" # BUILD_BINDINGS_COMMENT
33
# name = "nlprule-core" # BUILD_BINDINGS_UNCOMMENT
4-
version = "0.6.3-pre"
4+
version = "0.6.3"
55
authors = ["Benjamin Minixhofer <bminixhofer@gmail.com>"]
66
edition = "2018"
77
license = "MIT OR Apache-2.0"

python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "nlprule-python" # BUILD_BINDINGS_COMMENT
33
# name = "nlprule" # BUILD_BINDINGS_UNCOMMENT
4-
version = "0.6.3-pre"
4+
version = "0.6.3"
55
authors = ["Benjamin Minixhofer <bminixhofer@gmail.com>"]
66
edition = "2018"
77

0 commit comments

Comments
 (0)