Skip to content

Commit

Permalink
New try at 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Jul 21, 2024
1 parent dfecc57 commit 74de744
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
19 changes: 13 additions & 6 deletions Cargo.lock.msrv

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ serde_json = "1.0.68"

[dependencies]
unicode-segmentation = { version = "1.7.1", optional = true }
bstr = { version = "1.6.0", optional = true, default-features = false }
bstr = { version = "1.5.0", optional = true, default-features = false }
serde = { version = "1.0.130", optional = true, features = ["derive"] }

[[example]]
Expand Down

0 comments on commit 74de744

Please sign in to comment.