diff --git a/Cargo.toml b/Cargo.toml index 5694497..8493f0f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ members = [ [dependencies] clap = { version = "4.1.4", features=["derive"]} -libuptest = { path = "libuptest/", version = "0.1.1", features = ["metadatadecode"]} +libuptest = { path = "libuptest/", version = "0.1.4", features = ["metadatadecode"]} tokio = { version = "1.27", features = ["full"] } hex = { version = "0.4.3", features = ["alloc"]} anyhow = "1.0.69" diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 77b6f86..acb1bdd 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -10,7 +10,7 @@ readme = "README.md" [dependencies] clap = { version = "4.1.4", features=["derive"]} -libuptest = { path = "../libuptest/", version = "0.1.2", features = ["metadatadecode", "auto-test"]} +libuptest = { path = "../libuptest/", version = "0.1.4", features = ["metadatadecode", "auto-test"]} tokio = { version = "1.27", features = ["full"] } hex = { version = "0.4.3", features = ["alloc"]} anyhow = "1.0.69" diff --git a/examples/Cargo.toml b/examples/Cargo.toml index ef86eb2..024c598 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "uptest-examples" authors = ["Rust Syndicate"] -version = "0.1.3" +version = "0.1.4 description = "Examples for libuptest" license = "MIT" edition = "2021" [dependencies] -libuptest = { path = "../libuptest", version = "0.1.3", features = ["metadatadecode", "migrationsearch", "subxthelper", "auto-test"] } # +libuptest = { path = "../libuptest", version = "0.1.4", features = ["metadatadecode", "migrationsearch", "subxthelper", "auto-test"] } # anyhow = "1.0.70" tokio = { version = "1.27", features = ["full"] } jsonrpsee = { version = "0.16.2", features = ["server", "ws-client", "macros", "client-ws-transport"]} @@ -15,4 +15,4 @@ jsonrpsee-core = "0.16.2" maybe-async = { version = "0.2.7" } async-trait = "0.1.68" subxt-signer = { version = "0.30.0"} -subxt = { version = "0.30.0"} \ No newline at end of file +subxt = { version = "0.30.0"}