diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 9556cc9f..859875f2 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rain-metadata" -version = "0.0.2-alpha.6" +version = "0.1.0" edition = "2021" description = "Tooling and utilities for RainLanguage metadata." license = "LicenseRef-DCL-1.0" @@ -37,8 +37,8 @@ reqwest = { version = "0.11.22", features = ["json"] } alloy = { version = "1.0.9", features = ["rand", "json", "json-abi"] } graphql_client = "0.13.0" graphql-parser = { version = "0.4", optional = true } -rain-metaboard-subgraph = { path = "../metaboard" } -rain-metadata-bindings = { path = "../bindings" } +rain-metaboard-subgraph = { path = "../metaboard", version = "0.1.0" } +rain-metadata-bindings = { path = "../bindings", version = "0.1.0" } thiserror = "1.0.56" alloy-ethers-typecast = { git = "https://github.com/rainlanguage/alloy-ethers-typecast", rev = "f7b5bfd0687f16c77dbfdd4905b2434793fa7885" } url = "2.5.0"