Skip to content

Commit

Permalink
Update yerpc-derive dependency in yerpc
Browse files Browse the repository at this point in the history
  • Loading branch information
link2xt committed Jul 6, 2024
1 parent a9833a3 commit ef30d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yerpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ name = "generate-base-types"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
yerpc_derive = { path = "../yerpc-derive", version = "0.5" }
yerpc_derive = { path = "../yerpc-derive", version = "0.6" }
async-trait = "0.1.53"
serde = { version = "1.0.136", features = ["derive"] }
serde_json = "1.0.79"
Expand Down

0 comments on commit ef30d96

Please sign in to comment.