File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -96,12 +96,21 @@ inherits = "release"
9696debug = true
9797
9898[patch .crates-io ]
99+ # rand 0.9 merged into main, waiting for a new release.
99100argmin = { git = " https://github.com/argmin-rs/argmin" , branch = " main" }
100101argmin-math = { git = " https://github.com/argmin-rs/argmin" , branch = " main" }
101- cap-rand = { git = " https://github.com/sd2k/cap-std" , branch = " bump-rand" }
102+
103+ # Depends on rv PR and release (see below).
102104changepoint = { git = " https://github.com/sd2k/changepoint" , branch = " patched-deps-to-bump-rand" }
105+ # See PR at https://github.com/promised-ai/rv/pull/48.
103106rv = { git = " https://github.com/sd2k/rv" , branch = " bump-rand-dependency" }
107+
108+ # See PR at https://github.com/statrs-dev/statrs/pull/331.
104109statrs = { git = " https://github.com/RobertJacobsonCDC/statrs" , branch = " update_rand_to_09" }
110+
111+ # Depends on cap-rand PR/release (see below).
105112wasmtime = { git = " https://github.com/sd2k/wasmtime" , branch = " bump-rand" }
106113wasmtime-wasi = { git = " https://github.com/sd2k/wasmtime" , branch = " bump-rand" }
107114wasmtime-wasi-io = { git = " https://github.com/sd2k/wasmtime" , branch = " bump-rand" }
115+ # See PR at https://github.com/bytecodealliance/cap-std/pull/394
116+ cap-rand = { git = " https://github.com/sd2k/cap-std" , branch = " bump-rand" }
You can’t perform that action at this time.
0 commit comments