Skip to content

Commit

Permalink
fix: upgrade indexmap to v2 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvdb authored Sep 25, 2024
1 parent 774a860 commit dd44cd1
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 4 deletions.
28 changes: 25 additions & 3 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ authors = ["Ifiok Jr. <[email protected]>"]
categories = ["encoding", "config"]
documentation = "https://docs.rs/package_json_schema"
edition = "2021"
rust-version = "1.63"
homepage = "https://github.com/ifiokjr/package_json_schema"
include = ["src/**/*.rs", "Cargo.toml", "readme.md", "license"]
keywords = ["schema", "package", "npm", "node", "json"]
Expand All @@ -19,7 +20,7 @@ crate-type = ["lib"]
[dependencies]
cfg-if = "1"
doc-comment = "0.3"
indexmap = { version = "1", features = ["serde-1"] }
indexmap = { version = "2", features = ["serde"] }
lazy_static = "1"
regex = "1"
semver = "1"
Expand Down

0 comments on commit dd44cd1

Please sign in to comment.