tokenizers 0.2.1-x86_64-linux → 0.2.2-x86_64-linux

Sign up to get free protection for your applications and to get access to all the features.
data/Cargo.toml CHANGED
@@ -3,8 +3,3 @@ members = ["ext/tokenizers"]
3
3
 
4
4
  [profile.release]
5
5
  strip = true
6
-
7
- [patch.crates-io]
8
- number_prefix = { git = "https://github.com/ankane/rust-number-prefix", branch = "license-file" }
9
- rb-sys-env = { git = "https://github.com/oxidize-rb/rb-sys" }
10
- tokenizers = { git = "https://github.com/huggingface/tokenizers" }