Skip to content

Commit

Permalink
chore: update gazenot to 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Gankra committed Nov 22, 2023
1 parent 1b201fe commit b4f511f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion cargo-dist-schema/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ schemars = "0.8.16"
semver = "1.0.14"
serde = { version = "1.0.192", features = ["derive"] }
serde_json = "1.0.87"
gazenot = { version = "0.1.3", default-features = false }
gazenot = { version = "0.1.4", default-features = false }

[dev-dependencies]
insta = "1.26.0"
2 changes: 1 addition & 1 deletion cargo-dist/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ cargo-dist-schema = { version = "=0.5.0-prerelease.5", path = "../cargo-dist-sch

axoasset = { version = "0.6.0", features = ["json-serde", "toml-serde", "toml-edit", "compression"] }
axoproject = { version = "0.6.0", default-features = false, features = ["cargo-projects", "generic-projects"] }
gazenot = { version = "0.1.3" }
gazenot = { version = "0.1.4" }

comfy-table = "7.0.1"
miette = { version = "5.6.0" }
Expand Down

0 comments on commit b4f511f

Please sign in to comment.