Skip to content

Commit d5da42a

Browse files
committed
chore: Release tasm-lib v0.49.0
⚙️ Miscellaneous - (!) Upgrade to rust edition 2024 (1d2c50e) - (!) Upgrade dependency “Triton VM” (110eb0e) changelog: ignore
1 parent 110eb0e commit d5da42a

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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+
18
## [0.48.0](https://github.com/TritonVM/tasm-lib/compare/v0.47.0..v0.48.0) - 2025-02-11
29

310
### ⚙️ Miscellaneous

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["tasm-lib", "tasm-object-derive"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.48.0"
6+
version = "0.49.0"
77
edition = "2024"
88
rust-version = "1.85"
99

@@ -18,7 +18,7 @@ readme = "README.md"
1818
lto = "thin"
1919

2020
[workspace.dependencies.tasm-object-derive]
21-
version = "0.48.0"
21+
version = "0.49.0"
2222
path = "tasm-object-derive"
2323

2424
[workspace.lints.rust]

0 commit comments

Comments
 (0)