Skip to content

Commit

Permalink
fix inherit
Browse files Browse the repository at this point in the history
  • Loading branch information
fl0rek committed Oct 18, 2024
1 parent 8a065bc commit f8c73b7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tools/proto-compiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ edition = "2021"
publish = false

[dependencies]
prost-build.workspace = true
walkdir = { version = "2.3" }
git2 = { version = "0.16" }
tempfile = { version = "3.5.0" }
subtle-encoding = { version = "0.5" }
prost-build = { version = "0.13.3" }
serde = { version = "1.0", features = ["derive"] }
serde_yaml = { version = "0.9" }
subtle-encoding = { version = "0.5" }
tempfile = { version = "3.5.0" }
thiserror = { version = "1.0" }
walkdir = { version = "2.3" }

0 comments on commit f8c73b7

Please sign in to comment.