Skip to content

Commit

Permalink
Upgraded serde_dhall to 0.10.0 to fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
tnewman committed Mar 13, 2021
1 parent f2c8edd commit 3ad9fc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions twelf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ log = "0.4.11"
serde = { version = "1.0.117", features = ["derive"] }
serde_ini = { version = "0.2.0" }
serde_yaml = { version = "0.8.14" }
serde_dhall = { version = "0.9.0" }
serde_dhall = { version = "0.10.0" }
toml_rs = { version = "0.5.7", package = "toml" }
clap_rs = { version = "2.33.3", package = "clap" }
clap_rs = { version = "2.33.3", package = "clap" }

0 comments on commit 3ad9fc5

Please sign in to comment.