Patch const_panic to not use packed reference

This commit is contained in:
Jonas Platte 2023-07-14 10:08:43 +02:00 committed by Jonas Platte
parent 6d8764f4e7
commit b2f7ba33c8
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -947,7 +947,7 @@ dependencies = [
[[package]]
name = "const_panic"
version = "0.2.8"
source = "git+https://github.com/rodrimati1992/const_panic?rev=7e864fccbc675f6e349ddd3875108f3eef1e8737#7e864fccbc675f6e349ddd3875108f3eef1e8737"
source = "git+https://github.com/jplatte/const_panic?rev=9024a4cb3eac45c1d2d980f17aaee287b17be498#9024a4cb3eac45c1d2d980f17aaee287b17be498"
[[package]]
name = "constant_time_eq"

View File

@ -77,4 +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" }
const_panic = { git = "https://github.com/jplatte/const_panic", rev = "9024a4cb3eac45c1d2d980f17aaee287b17be498" }