Skip to content

Commit a953986

Browse files
committed
bump sysinfo
1 parent 372b48b commit a953986

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "valentinus"
3-
version = "1.1.0"
3+
version = "1.1.1"
44
edition = "2024"
55
authors = ["Nigel Christian <nigel.christian@hiahatf.org>"]
66
documentation = "https://docs.rs/valentinus"
@@ -34,7 +34,7 @@ ort = { version = "2.0.0-rc.10", features = ["ndarray"] }
3434
regex = "1.10.5"
3535
serde = { version = "1.0", features = ["derive"] }
3636
serde_json = "1.0.120"
37-
sysinfo = "0.36.1"
37+
sysinfo = "0.37.0"
3838
thiserror = "2.0.3"
3939
tokenizers = { version = ">=0.13.4", default-features = false, features = [ "onig" ] }
4040
uuid = { version = "1.10.0", features = [ "v4"] }

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ wget https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2/resolve/main/
4646
wget https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2/resolve/main/main/vocab.txt
4747
```
4848

49-
`RUST_TEST_THREADS=1 cargo test`
49+
`cargo test`
5050

5151
### examples
5252

0 commit comments

Comments
 (0)