Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7435261

Browse files
committedApr 15, 2025··
chore(rust): new dafny rust runtime release
1 parent 8ca2883 commit 7435261

File tree

6 files changed

+1652
-1071
lines changed

6 files changed

+1652
-1071
lines changed
 
Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dafny-runtime"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
edition = "2021"
55
keywords = ["dafny"]
66
license = "ISC AND (Apache-2.0 OR ISC)"
@@ -10,9 +10,11 @@ authors = ["AWS-CryptoTools"]
1010
readme = "README.md"
1111

1212
[dependencies]
13-
once_cell = "1.18.0"
14-
num = "0.4"
15-
itertools = "0.11.0"
13+
once_cell = "1.21.3"
14+
num = "0.4.3"
15+
itertools = "0.14.0"
1616

17+
# Use --features small-int to make DafnyInt use i128 instead of num::BigInt
1718
[features]
1819
sync = []
20+
small-int = []

0 commit comments

Comments
 (0)
Please sign in to comment.