File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 0.49.0] ( https://github.com/TritonVM/tasm-lib/compare/v0.48.0..v0.49.0 ) - 2025-06-19
2
+
3
+ ### ⚙️ Miscellaneous
4
+
5
+ - (!) Upgrade to rust edition 2024 ([ 1d2c50e2] ( https://github.com/TritonVM/tasm-lib/commit/1d2c50e2 ) )
6
+ - (!) Upgrade dependency “Triton VM” ([ 110eb0e4] ( https://github.com/TritonVM/tasm-lib/commit/110eb0e4 ) )
7
+
1
8
## [ 0.48.0] ( https://github.com/TritonVM/tasm-lib/compare/v0.47.0..v0.48.0 ) - 2025-02-11
2
9
3
10
### ⚙️ Miscellaneous
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ members = ["tasm-lib", "tasm-object-derive"]
3
3
resolver = " 2"
4
4
5
5
[workspace .package ]
6
- version = " 0.48 .0"
6
+ version = " 0.49 .0"
7
7
edition = " 2024"
8
8
rust-version = " 1.85"
9
9
@@ -18,7 +18,7 @@ readme = "README.md"
18
18
lto = " thin"
19
19
20
20
[workspace .dependencies .tasm-object-derive ]
21
- version = " 0.48 .0"
21
+ version = " 0.49 .0"
22
22
path = " tasm-object-derive"
23
23
24
24
[workspace .lints .rust ]
You can’t perform that action at this time.
0 commit comments