Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
ejmount committed Apr 21, 2024
1 parent 48248e1 commit db5a038
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ keywords = ["async", "macro", "futures"]
members = ["shakespeare-macro", "xtask"]

[workspace.package]
version = "0.0.0"
version = "0.0.1"
authors = ["Ewan Mount"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ejmount/shakespeare"
Expand All @@ -24,7 +24,7 @@ edition = "2021"
[dependencies]
async-trait = "0.1.80"
tokio = { version = "1.37.0", features = ["macros", "full"] }
shakespeare-macro = { path = "shakespeare-macro", version = "=0.0.0" }
shakespeare-macro = { path = "shakespeare-macro", version = "=0.0.1" }
futures = "0.3.30"


Expand Down
4 changes: 2 additions & 2 deletions tests/mod.rs
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/*#[test]
#[test]
fn ux() {
let t = trybuild::TestCases::new();
//t.pass("tests/successes/basic.rs");
//t.pass("tests/successes/modules.rs");
t.compile_fail("tests/fails/empty.rs");
t.compile_fail("tests/fails/missing_data.rs");
t.compile_fail("tests/fails/multiple_data.rs");
}*/
}

mod successes;

0 comments on commit db5a038

Please sign in to comment.