Skip to content

Commit

Permalink
update Cargo.Toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurZucker committed Sep 7, 2023
1 parent 61a28c1 commit 9a79cb8
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions bindings/node/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 bindings/node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
authors = ["Nicolas Patry <nicolas@huggingface.co>"]
edition = "2021"
name = "node"
version = "0.14.0-rc.1"
version = "0.14.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

4 changes: 2 additions & 2 deletions bindings/python/Cargo.lock

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

4 changes: 2 additions & 2 deletions bindings/python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tokenizers-python"
version = "0.14.0-rc.1"
version = "0.14.0"
authors = ["Anthony MOI <m.anthony.moi@gmail.com>"]
edition = "2021"

@@ -21,7 +21,7 @@ onig = { version = "6.0", default-features = false }
itertools = "0.9"

[dependencies.tokenizers]
version = "0.14.0-rc.1"
version = "0.14.0"
path = "../../tokenizers"
default-features = false
features = ["onig"]
2 changes: 1 addition & 1 deletion tokenizers/Cargo.toml
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
authors = ["Anthony MOI <m.anthony.moi@gmail.com>", "Nicolas Patry <patry.nicolas@protonmail.com>"]
edition = "2018"
name = "tokenizers"
version = "0.14.0-rc.1"
version = "0.14.0"
homepage = "https://github.com/huggingface/tokenizers"
repository = "https://github.com/huggingface/tokenizers"
documentation = "https://docs.rs/tokenizers/"

0 comments on commit 9a79cb8

Please sign in to comment.