mirror of
https://github.com/neodyland/sbv2-api.git
synced 2025-12-23 07:59:56 +00:00
Compare commits
15 Commits
commit-767
...
commit-84a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
42cbdd5f11 | ||
|
|
b246b518a5 | ||
|
|
cbea7678b3 | ||
|
|
84a1676684 | ||
|
|
bd057352ca | ||
|
|
a8e422d46d | ||
|
|
6e3b816ce9 | ||
|
|
9150a2eef9 | ||
|
|
896f1e52c7 | ||
|
|
7d9aa420c7 | ||
|
|
09966c2473 | ||
|
|
9f5433770c | ||
|
|
ecdb652406 | ||
|
|
f6a6887b33 | ||
|
|
0f95a7f606 |
839
Cargo.lock
generated
839
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -15,7 +15,7 @@ documentation = "https://docs.rs/sbv2_core"
|
|||||||
anyhow = "1.0.100"
|
anyhow = "1.0.100"
|
||||||
dotenvy = "0.15.7"
|
dotenvy = "0.15.7"
|
||||||
env_logger = "0.11.6"
|
env_logger = "0.11.6"
|
||||||
ndarray = "0.16.1"
|
ndarray = "0.17.1"
|
||||||
once_cell = "1.20.3"
|
once_cell = "1.20.3"
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
|
|||||||
@@ -44,4 +44,4 @@ base64 = ["dep:base64"]
|
|||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
dirs = "6.0.0"
|
dirs = "6.0.0"
|
||||||
ureq = "3.1.2"
|
ureq = "3.1.4"
|
||||||
|
|||||||
@@ -17,4 +17,4 @@ sbv2_core = { path = "../sbv2_core", default-features = false, features = ["no_s
|
|||||||
once_cell.workspace = true
|
once_cell.workspace = true
|
||||||
js-sys = "0.3.70"
|
js-sys = "0.3.70"
|
||||||
ndarray.workspace = true
|
ndarray.workspace = true
|
||||||
wasm-bindgen-futures = "0.4.54"
|
wasm-bindgen-futures = "0.4.55"
|
||||||
|
|||||||
Reference in New Issue
Block a user