Skip to content

Commit

Permalink
Update codegen dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
bitshifter committed Jan 31, 2023
1 parent 3b65de3 commit 124e558
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions codegen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[package]
name = "codegen"
version = "0.1.0"
version = "0.1.1"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = { version = "1" }
clap = { version = "3", default-features = false, features = ["cargo", "std"] }
git2 = { version = "0.14", default-features = false }
git2 = { version = "0.16", default-features = false }
globset = { version = "0.4", default-features = false }
rustfmt-wrapper = { version = "0.1" }
rustfmt-wrapper = { version = "0.2" }
serde = { version = "1.0", default-features = false, features = ["std"] }
serde_json = { version = "1.0", default-features = false, features = ["std"] }
tera = { version = "1", default-features = false }

0 comments on commit 124e558

Please sign in to comment.