diff --git a/Cargo.toml b/Cargo.toml index b1a0c24..f401284 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,3 +28,6 @@ default-features = false default = [] live = [] multi_core = [] + +[replace] +"spin:0.4.5" = { git = "https://github.com/messense/spin-rs" }