Skip to content

Commit 87b3734

Browse files
committed
0.30.0
1 parent 59f603c commit 87b3734

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

Cargo.lock

Lines changed: 14 additions & 14 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
@@ -15,13 +15,13 @@ members = [
1515
resolver = "2"
1616

1717
[workspace.package]
18-
version = "0.29.1"
18+
version = "0.30.0"
1919
authors = [
2020
"University of Helsinki <mooc@cs.helsinki.fi>",
2121
"Daniel Martinez <daniel.x.martinez@helsinki.fi>",
2222
]
2323
edition = "2021"
24-
rust-version = "1.58.1"
24+
rust-version = "1.66.1"
2525
license = "MIT OR Apache-2.0"
2626

2727
[workspace.dependencies]

crates/tmc-langs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tmc-langs"
3-
version = "0.26.0"
3+
version.workspace = true
44
authors.workspace = true
55
edition.workspace = true
66
license.workspace = true

0 commit comments

Comments
 (0)