From e2d9af4a6e0acd3d35ea1460945cd37ecba21da7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Kr=C3=B6ning?= Date: Thu, 25 Apr 2024 14:23:37 +0200 Subject: [PATCH] [DO NOT MERGE] patch volatile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Kröning --- Cargo.lock | 6 ++---- Cargo.toml | 3 +++ 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3b9d36aa65..9d9366f0c1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1453,8 +1453,7 @@ checksum = "442887c63f2c839b346c192d047a7c87e73d0689c9157b00b53dcc27dd5ea793" [[package]] name = "volatile" version = "0.5.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef15f694bca7c21d52e98cff4f933d4e82b4cc1ed05ec8da0ee750002641c88e" +source = "git+https://github.com/mkroening/volatile.git?branch=impl#60d72dfe6727bc2058f230b871c3685a71d44e14" dependencies = [ "volatile-macro", ] @@ -1462,8 +1461,7 @@ dependencies = [ [[package]] name = "volatile-macro" version = "0.5.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d2e6ec2f788641cd4171043fb6f86827ea42f687e69851c28933f8123d8981a" +source = "git+https://github.com/mkroening/volatile.git?branch=impl#60d72dfe6727bc2058f230b871c3685a71d44e14" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index cb249f3154..f42c7c7cc5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -161,3 +161,6 @@ members = [ exclude = [ "hermit-builtins", ] + +[patch.crates-io] +volatile = { git = "https://github.com/mkroening/volatile.git", branch = "impl" }