Skip to content

Commit

Permalink
build(deps): 📌 use workspace dependency for rsjudge-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
Jisu-Woniu committed Apr 12, 2024
1 parent 1423ab8 commit 98c37ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/rsjudge-grpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ tonic = "0.11.0"

[build-dependencies]
anyhow = "1.0.82"
rsjudge-utils = { version = "0.1.0", path = "../rsjudge-utils" }
rsjudge-utils.workspace = true
tonic-build = "0.11.0"
2 changes: 1 addition & 1 deletion crates/rsjudge-judger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ rust-version.workspace = true
[dependencies]
async-trait = "0.1.80"
futures = "0.3.30"
rsjudge-utils = { version = "0.1.0", path = "../rsjudge-utils" }
rsjudge-utils.workspace = true
tokio = { version = "1.37.0", features = ["io-util", "fs", "macros"] }

[dev-dependencies]
Expand Down

0 comments on commit 98c37ca

Please sign in to comment.