-
To use the modified redoxer in the cookbook build, change cookbook/Cargo.toml to point to the path of the modified redoxer:
diff --git a/Cargo.toml b/Cargo.toml index 3d118d1..99a06f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,8 @@ path = "src/lib.rs" blake3 = "0.3.4" pbr = "1.0.2" pkgar = "0.1.6" -redoxer = "0.2.19" +#redoxer = "0.2.19" +redoxer = { path = "../../redoxer" } serde = { version = "1.0.110", features = ["derive"] } sha2 = "0.8.2" termion = "1.5.5"
Please register or sign in to comment