-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
79a01e6
commit afc2d3e
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
@@ -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" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
||
|