We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98aa361 commit 239a445Copy full SHA for 239a445
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "spm_precompiled"
3
-version = "0.1.2"
+version = "0.1.3"
4
authors = ["Nicolas Patry <[email protected]>"]
5
edition = "2018"
6
homepage = "https://github.com/huggingface/spm_precompiled"
@@ -19,7 +19,7 @@ This crate is highly specialized and not intended for general use.
19
20
[dependencies]
21
serde = { version = "1.0", features = [ "derive" ] }
22
-nom = "5.1"
+nom = "6.2.1"
23
unicode-segmentation = "1.6"
24
base64 = "0.12"
25
0 commit comments