tokenizers 0.2.0-x86_64-darwin → 0.2.1-x86_64-darwin

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