diff --git a/Cargo.toml b/Cargo.toml index b1a0c24a64..f401284781 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" }