diff --git a/Cargo.toml b/Cargo.toml
index 3c756d3..1220b85 100644
@@ -27,10 +27,10 @@ winx = { path = "winx" }
winapi = "0.3"
[dev-dependencies]
-wasmtime-runtime = { git = "https://github.com/cranestation/wasmtime", rev = "44367ba" }
-wasmtime-environ = { git = "https://github.com/cranestation/wasmtime", rev = "44367ba" }
-wasmtime-jit = { git = "https://github.com/cranestation/wasmtime", rev = "44367ba" }
-wasmtime-wasi = { git = "https://github.com/cranestation/wasmtime", rev = "44367ba" }
+wasmtime-runtime = { git = "https://github.com/CraneStation/wasmtime", rev = "44367ba" }
+wasmtime-environ = { git = "https://github.com/CraneStation/wasmtime", rev = "44367ba" }
+wasmtime-jit = { git = "https://github.com/CraneStation/wasmtime", rev = "44367ba" }
+wasmtime-wasi = { git = "https://github.com/CraneStation/wasmtime", rev = "44367ba" }
cranelift-codegen = "0.40.0"
cranelift-entity = "0.40.0"
cranelift-wasm = "0.40.0"