Patch const_panic

This commit is contained in:
Jonas Platte
2023-07-13 13:04:11 +02:00
committed by Jonas Platte
parent 57c5347e81
commit 6d8764f4e7
2 changed files with 2 additions and 2 deletions

3
Cargo.lock generated
View File

@@ -947,8 +947,7 @@ dependencies = [
[[package]]
name = "const_panic"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6051f239ecec86fde3410901ab7860d458d160371533842974fc61f96d15879b"
source = "git+https://github.com/rodrimati1992/const_panic?rev=7e864fccbc675f6e349ddd3875108f3eef1e8737#7e864fccbc675f6e349ddd3875108f3eef1e8737"
[[package]]
name = "constant_time_eq"

View File

@@ -77,3 +77,4 @@ opt-level = 3
[patch.crates-io]
async-compat = { git = "https://github.com/jplatte/async-compat", rev = "b83b197622d8b5756d3594ce73b720896b07faae" }
const_panic = { git = "https://github.com/rodrimati1992/const_panic", rev = "7e864fccbc675f6e349ddd3875108f3eef1e8737" }