Skip to content

Commit e23ee4b

Browse files
committed
Use path in dev-dependency
1 parent 152915c commit e23ee4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/sauron-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ with-dom = ["wasm-bindgen", "js-sys", "web-sys"]
8484
wasm-bindgen-test = "0.3"
8585
console_error_panic_hook = "0.1"
8686
console_log = "0.2"
87-
sauron = "0.40"
87+
sauron = { path = "../../" }
8888

8989
[dev-dependencies.web-sys]
9090
version = "0.3"

0 commit comments

Comments
 (0)