Skip to content

Commit 0d659b1

Browse files
authored
Merge pull request #96 from schteve/bump-v0.2.0
Bump crates to v0.2.0
2 parents 99b1ab0 + 5c09ffd commit 0d659b1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

freertos-cargo-build/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "freertos-cargo-build"
33
description = """
44
Utility lib for building & using FreeRTOS in rust projects inside the build.rs.
55
"""
6-
version = "0.1.1"
6+
version = "0.2.0"
77
authors = ["Tobias Kaupat <[email protected]>"]
88
edition = "2018"
99
license = "MIT"

freertos-rust-examples/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "freertos-rust-examples"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
authors = ["Tobias Kaupat <[email protected]>"]
55
edition = "2018"
66
description = """

freertos-rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "freertos-rust"
3-
version = "0.1.2"
3+
version = "0.2.0"
44
authors = ["Tobias Kaupat <[email protected]>"]
55
edition = "2018"
66
description = """

0 commit comments

Comments
 (0)