Skip to content

Commit 225b1ca

Browse files
committed
pin with ref in Cargo directly
1 parent 84f7a26 commit 225b1ca

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.gitmodules

-3
This file was deleted.

site/Cargo.toml

+2-4
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,8 @@ crate-type = ["cdylib", "rlib"]
1414

1515
[dependencies]
1616
model = { path = "../model" }
17-
# yew = { git = "https://github.com/yewstack/yew/", features = ["csr"] }
18-
yew = { path = "../yew/packages/yew", features = ["csr"] }
19-
# yew-agent = { git = "https://github.com/yewstack/yew/" }
20-
yew-agent = { path = "../yew/packages/yew-agent" }
17+
yew = { git = "https://github.com/yewstack/yew/", features = ["csr"], rev = "1d889347" }
18+
yew-agent = { git = "https://github.com/yewstack/yew/", rev = "1d889347" }
2119
postcard = "1.0"
2220
wasm-bindgen = "0.2.90"
2321
getrandom = { version = "0.2", features = ["js"] }

0 commit comments

Comments
 (0)