udpate to version = "0.15.1-dev0" (#1390)

* Apply suggestions from code review
This commit is contained in:
Arthur
2023-11-15 13:30:58 +01:00
committed by GitHub
parent f55822baea
commit e3bcef288b
3 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
authors = ["Nicolas Patry <nicolas@huggingface.co>"]
edition = "2021"
name = "node"
version = "0.14.2-dev.0"
version = "0.15.1-dev.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@ -1,6 +1,6 @@
[package]
name = "tokenizers-python"
version = "0.14.2-dev.0"
version = "0.15.1-dev.0"
authors = ["Anthony MOI <m.anthony.moi@gmail.com>"]
edition = "2021"
@ -21,7 +21,7 @@ onig = { version = "6.4", default-features = false }
itertools = "0.11"
[dependencies.tokenizers]
version = "0.14.2-dev.0"
version = "0.15.1-dev.0"
path = "../../tokenizers"
[dev-dependencies]

View File

@ -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.2-dev.0"
version = "0.15.1-dev.0"
homepage = "https://github.com/huggingface/tokenizers"
repository = "https://github.com/huggingface/tokenizers"
documentation = "https://docs.rs/tokenizers/"