Skip to content

Commit

Permalink
Bump temoc version
Browse files Browse the repository at this point in the history
  • Loading branch information
killertux committed Apr 16, 2024
1 parent 12e2f77 commit ba38d78
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions rust_slim/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ readme = "readme.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
slim_protocol = "0.2.0"
slim_protocol = { path = "../slim_protocol" }
convert_case = "0.6.0"
rust_slim_macros = { version = "0.1", optional = true }
rust_slim_macros = { path = "../rust_slim_macros", optional = true }
thiserror = "1"

[dev-dependencies]
Expand Down
6 changes: 3 additions & 3 deletions temoc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "temoc"
version = "0.3.0"
version = "0.5.0"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "An Acceptance test executor"
Expand All @@ -17,7 +17,7 @@ convert_case = "0.6.0"
markdown = "1.0.0-alpha.14"
toml = "0.8.8"
ulid = "1"
slim_protocol = { path = "../slim_protocol"}
slim_protocol = { path = "../slim_protocol" }

[dev-dependencies]
rust_slim = { path = "../rust_slim/", features = ["macros"]}
rust_slim = { path = "../rust_slim/", features = ["macros"] }

0 comments on commit ba38d78

Please sign in to comment.