Skip to content

Commit bec55e7

Browse files
authored
Merge pull request #201 from rage/serde-path-to-error
Bump version to 0.24.0
2 parents de1aee3 + 420d81c commit bec55e7

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tmc-langs-cli/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-cli"
3-
version = "0.23.2"
3+
version = "0.24.0"
44
authors = ["University of Helsinki <[email protected]>", "Daniel Martinez <[email protected]>"]
55
edition = "2021"
66
description = "CLI client for TMC"

tmc-langs/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
[package]
22
name = "tmc-langs"
3-
version = "0.1.0"
3+
version = "0.24.0"
44
authors = ["University of Helsinki <[email protected]>", "Daniel Martinez <[email protected]>"]
55
edition = "2021"
6+
description = "Library for TMC"
67
license = "MIT OR Apache-2.0"
78
rust-version = "1.58.1"
89

0 commit comments

Comments
 (0)