Skip to content

Commit d403dfd

Browse files
committed
Updated to v0.11.8
1 parent 0c6e380 commit d403dfd

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

Cargo.lock

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

frame_build/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "frame_build"
3-
version = "0.11.7"
3+
version = "0.11.8"
44
authors = ["Eric Walkingshaw <[email protected]>"]
55
edition = "2018"
66

frame_runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "frame_runtime"
3-
version = "0.11.7"
3+
version = "0.11.8"
44
authors = ["Eric Walkingshaw <[email protected]>"]
55
edition = "2018"
66

framec/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "framec"
3-
version = "0.11.7"
3+
version = "0.11.8"
44
authors = ["Mark Truluck <[email protected]>"]
55
edition = "2018"
66

framec/src/frame_c/compiler.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ use std::convert::TryFrom;
3535
/* --------------------------------------------------------------------- */
3636

3737
static IS_DEBUG: bool = false;
38-
static FRAMEC_VERSION: &str = "Emitted from framec_v0.11.7";
38+
static FRAMEC_VERSION: &str = "Emitted from framec_v0.11.8";
3939

4040
/* --------------------------------------------------------------------- */
4141

framec_tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "framec_tests"
3-
version = "0.11.7"
3+
version = "0.11.8"
44
authors = ["Eric Walkingshaw <[email protected]>", "Fernando De la Garza <[email protected]>"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)