Skip to content

Commit

Permalink
chore(deps): remove serde workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Aug 22, 2023
1 parent 0b18aaa commit 0eee9cc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions git-cliff-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ glob = { workspace = true, optional = true }
regex.workspace = true
log.workspace = true
thiserror = "1.0.47"
# https://github.com/serde-rs/serde/issues/2538
serde = { version = "= 1.0.185", features = ["derive"] }
serde = { version = "1.0.185", features = ["derive"] }
serde_json = "1.0.105"
serde_regex = "1.1.0"
tera = "1.19.0"
Expand Down

0 comments on commit 0eee9cc

Please sign in to comment.