Skip to content

Commit 60eca04

Browse files
committed
Add links to PRs/notes on status
1 parent 769fb01 commit 60eca04

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

Cargo.toml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,21 @@ inherits = "release"
9696
debug = true
9797

9898
[patch.crates-io]
99+
# rand 0.9 merged into main, waiting for a new release.
99100
argmin = { git = "https://github.com/argmin-rs/argmin", branch = "main" }
100101
argmin-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).
102104
changepoint = { git = "https://github.com/sd2k/changepoint", branch = "patched-deps-to-bump-rand" }
105+
# See PR at https://github.com/promised-ai/rv/pull/48.
103106
rv = { git = "https://github.com/sd2k/rv", branch = "bump-rand-dependency" }
107+
108+
# See PR at https://github.com/statrs-dev/statrs/pull/331.
104109
statrs = { git = "https://github.com/RobertJacobsonCDC/statrs", branch = "update_rand_to_09" }
110+
111+
# Depends on cap-rand PR/release (see below).
105112
wasmtime = { git = "https://github.com/sd2k/wasmtime", branch = "bump-rand" }
106113
wasmtime-wasi = { git = "https://github.com/sd2k/wasmtime", branch = "bump-rand" }
107114
wasmtime-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" }

0 commit comments

Comments
 (0)