Skip to content

Commit 8cb307d

Browse files
committed
Upgrade to Rust 1.85.0 and update dependencies
1 parent 34fdb13 commit 8cb307d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ edition = "2021"
55

66
[dependencies]
77
regex = "1.11.1"
8-
itertools = "0.13.0"
8+
itertools = "0.14.0"
99
num-bigint = "0.4.6"
1010
num-rational = "0.4.2"

rust/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ If you are familiar with Cargo, you can run it directly.
1616

1717
## Notes
1818

19-
It was confirmed to work with Rust 1.83.0.
19+
It was confirmed to work with Rust 1.85.0.
2020

2121
I used the following crates and their dependent crates.
2222

2323
- regex v1.11.1
24-
- itertools v0.13.0
24+
- itertools v0.14.0
2525
- num-bigint v0.4.6
2626
- num-rational v0.4.2
2727

0 commit comments

Comments
 (0)