Skip to content

Commit 7f8c808

Browse files
committed
stamp: make scopeguard to workspace level
1 parent 048f02e commit 7f8c808

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ futures = { version = "0.3.28" }
7070
futures-util = { version = "0.3.28" }
7171
ctor = { version = "0.2.6" }
7272
percent-encoding = "=2.3.0"
73+
scopeguard = { version = "1.2.0" }
7374

7475
# DEBUG
7576
#[patch.crates-io]

crates/base/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ notify = { version = "6.1.1", default-features = false, features = ["macos_kqueu
5757
flume = { version = "0.11.0" }
5858
enum-as-inner.workspace = true
5959
urlencoding.workspace = true
60-
scopeguard = { version = "1.2.0" }
60+
scopeguard.workspace = true
6161
pin-project = { version = "1.1.3" }
6262
ctor = { workspace = true }
6363

crates/sb_core/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,5 @@ indexmap.workspace = true
4646
encoding_rs = { version = "=0.8.33" }
4747
base64.workspace = true
4848
futures.workspace = true
49-
percent-encoding.workspace = true
49+
percent-encoding.workspace = true
50+
scopeguard.workspace = true

0 commit comments

Comments
 (0)