From 82b07487f9d26861ad2c10180158f979f57ec190 Mon Sep 17 00:00:00 2001 From: David Meister Date: Fri, 22 May 2026 10:56:57 +0000 Subject: [PATCH] chore: release rain-metadata crates 0.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps `rain-metadata` from 0.0.2-alpha.6 → 0.1.0 in prep for first stable publish. `rain-metadata-bindings` and `rain-metaboard-subgraph` stay at 0.1.0 (their current source-tree version) for first publish. Adds explicit `version = "0.1.0"` alongside `path = "..."` for the internal deps so `cargo publish` resolves them from crates.io instead of the local path. Tracks rainlanguage/rain.metadata#115. Co-Authored-By: Claude Opus 4.7 --- crates/cli/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"