diff --git a/Cargo.lock b/Cargo.lock index 7adf897e5..bf5df632a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2198,9 +2198,9 @@ dependencies = [ [[package]] name = "ebml-iterable" version = "0.6.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b5173ac3752f08b526a6991509615e1a345b221ec3c58c7633433e8c9582312" +source = "git+https://github.com/irvingoujAtDevolution/ebml-iterable?tag=v0.6.3-devo1#f67a18e0cf3cf99c7198c4636493d397776f8025" dependencies = [ + "bytes 1.12.1", "ebml-iterable-specification", "ebml-iterable-specification-derive", "futures", @@ -2209,14 +2209,12 @@ dependencies = [ [[package]] name = "ebml-iterable-specification" version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f56467af159a98735d44231f53eaa505e919e6003266f103b99649a93f106784" +source = "git+https://github.com/irvingoujAtDevolution/ebml-iterable?tag=v0.6.3-devo1#f67a18e0cf3cf99c7198c4636493d397776f8025" [[package]] name = "ebml-iterable-specification-derive" version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b066b81018300fdce40f71c4db355a102699324af96fad28f25ab1b5f87de066" +source = "git+https://github.com/irvingoujAtDevolution/ebml-iterable?tag=v0.6.3-devo1#f67a18e0cf3cf99c7198c4636493d397776f8025" dependencies = [ "ebml-iterable-specification", "proc-macro2 1.0.106", diff --git a/Cargo.toml b/Cargo.toml index e5eb35315..2cc707e17 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,6 +32,7 @@ codegen-units = 1 lto = true [patch.crates-io] +ebml-iterable = { git = "https://github.com/irvingoujAtDevolution/ebml-iterable", tag = "v0.6.3-devo1" } tracing-appender = { git = "https://github.com/CBenoit/tracing.git", rev = "42097daf92e683cf18da7639ddccb056721a796c" } [workspace.lints.rust]