diff options
author | Nadrieril | 2021-04-03 18:30:34 +0100 |
---|---|---|
committer | Nadrieril | 2021-04-03 18:30:34 +0100 |
commit | 74443904ed73aac763187608c1a303054469de82 (patch) | |
tree | 2e344b5ec580ec4f43e7c700de20f6feb1aee340 /serde_dhall | |
parent | 299adf4ef35b78f97eb7582f1a73349fdf3100e3 (diff) |
release: dhall_proc_macros version 0.5.1
Diffstat (limited to 'serde_dhall')
-rw-r--r-- | serde_dhall/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/serde_dhall/Cargo.toml b/serde_dhall/Cargo.toml index 4af59a2..10d05bc 100644 --- a/serde_dhall/Cargo.toml +++ b/serde_dhall/Cargo.toml @@ -18,7 +18,7 @@ reqwest = [ "dhall/reqwest" ] [dependencies] serde = { version = "1.0", features = ["derive"] } dhall = { version = "= 0.10.1", path = "../dhall", default-features = false } -dhall_proc_macros = { version = "= 0.5.0", path = "../dhall_proc_macros" } +dhall_proc_macros = { version = "= 0.5.1", path = "../dhall_proc_macros" } doc-comment = "0.3" url = "2.1" |