Skip to content

Commit

Permalink
Bump lexical-core: rust-lang/rust#81654
Browse files Browse the repository at this point in the history
  • Loading branch information
Narsil committed Jul 19, 2021
1 parent 98aa361 commit 239a445
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spm_precompiled"
version = "0.1.2"
version = "0.1.3"
authors = ["Nicolas Patry <patry.nicolas@protonmail.com>"]
edition = "2018"
homepage = "https://github.com/huggingface/spm_precompiled"
Expand All @@ -19,7 +19,7 @@ This crate is highly specialized and not intended for general use.

[dependencies]
serde = { version = "1.0", features = [ "derive" ] }
nom = "5.1"
nom = "6.2.1"
unicode-segmentation = "1.6"
base64 = "0.12"

Expand Down

0 comments on commit 239a445

Please sign in to comment.