mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-14 02:55:47 -04:00
Patch const_panic
This commit is contained in:
committed by
Jonas Platte
parent
57c5347e81
commit
6d8764f4e7
3
Cargo.lock
generated
3
Cargo.lock
generated
@@ -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"
|
||||
|
||||
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user