Skip to content

Commit f833c46

Browse files
committed
fix: dependecies
1 parent b276b9e commit f833c46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2024"
66
[dependencies]
77
crossbeam = "0.8"
88
wg_internal = { git = "https://github.com/WGL-2024/WGL_repo_2024.git", features = ["debug"] }
9-
common = { path = "../common" }
9+
common = { git = "https://github.com/RustDoIt/common.git" }
1010
log = "0.4"
1111
serde = { version = "1.0", features = ["derive"] }
1212
bincode = "1.3"

0 commit comments

Comments
 (0)