Skip to content

Commit

Permalink
Bumped version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-F-Bryan committed Oct 10, 2021
1 parent e04f7e5 commit c26088b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/compiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ toml = "0.5.8"
[dev-dependencies]
env_logger = "0.9.0"
jsonschema = { version = "0.12.1", default-features = false }
pretty_assertions = "0.7.0"
pretty_assertions = "1"
2 changes: 1 addition & 1 deletion crates/proc-blocks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ serde = { version = "1.0.126", default-features = false, features = ["derive", "

[dev-dependencies]
difference = "2.0.0"
pretty_assertions = "0.7.2"
pretty_assertions = "1"

[features]
default = ["derive"]
Expand Down
2 changes: 1 addition & 1 deletion crates/rune-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ anyhow = "1.0"
build-info = { version = "0.0.24", features = ["serde"] }
chrono = { version = "0.4.19", features = ["std"] }
codespan-reporting = "0.11.0"
dirs = "3.0"
dirs = "4"
env_logger = "0.9"
hotg-rune-core = { path = "../rune-core", version = "^0.8.0" }
hotg-rune-runtime = { path = "../runtime", version = "^0.8.0" }
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hotg-rune-integration-tests"
version = "0.8.0"
version = "0.0.0"
edition = "2018"
publish = false

Expand Down

0 comments on commit c26088b

Please sign in to comment.