commit 28093f82bd709b54441b0c614650fe8ee84ac5c0 parent 8d4f6b5ddd2612d590ec78acb993e1af40201e89 Author: triesap <tyson@radroots.org> Date: Sat, 11 Apr 2026 20:46:14 +0000 release: retarget public crates to 0.1.0-alpha.2 Diffstat:
35 files changed, 67 insertions(+), 67 deletions(-)
diff --git a/Cargo.toml b/Cargo.toml @@ -55,46 +55,46 @@ homepage = "https://radroots.org" readme = "README" [workspace.dependencies] -radroots_core = { path = "crates/core", version = "0.1.0-alpha.1", default-features = false } -radroots_events = { path = "crates/events", version = "0.1.0-alpha.1", default-features = false } -radroots_events_codec = { path = "crates/events_codec", version = "0.1.0-alpha.1", default-features = false } -radroots_events_indexed = { path = "crates/events_indexed", version = "0.1.0-alpha.1", default-features = false } -radroots_geocoder = { path = "crates/geocoder", version = "0.1.0-alpha.1" } -radroots_identity = { path = "crates/identity", version = "0.1.0-alpha.1", default-features = false } -radroots_nostr = { path = "crates/nostr", version = "0.1.0-alpha.1", default-features = false } -radroots_nostr_accounts = { path = "crates/nostr_accounts", version = "0.1.0-alpha.1", default-features = false } -radroots_nostr_connect = { path = "crates/nostr_connect", version = "0.1.0-alpha.1", default-features = false } -radroots_nostr_signer = { path = "crates/nostr_signer", version = "0.1.0-alpha.1", default-features = false } -radroots_nostr_ndb = { path = "crates/nostr_ndb", version = "0.1.0-alpha.1", default-features = false } -radroots_runtime = { path = "crates/runtime", version = "0.1.0-alpha.1", default-features = false } -radroots_runtime_paths = { path = "crates/runtime_paths", version = "0.1.0-alpha.1", default-features = false } -radroots_runtime_distribution = { path = "crates/runtime_distribution", version = "0.1.0-alpha.1", default-features = false } -radroots_runtime_manager = { path = "crates/runtime_manager", version = "0.1.0-alpha.1", default-features = false } -radroots_log = { path = "crates/log", version = "0.1.0-alpha.1", default-features = false } -radroots_net = { path = "crates/net", version = "0.1.0-alpha.1", default-features = false } -radroots_net_core = { path = "crates/net_core", version = "0.1.0-alpha.1", default-features = false } -radroots_nostr_runtime = { path = "crates/nostr_runtime", version = "0.1.0-alpha.1", default-features = false } +radroots_core = { path = "crates/core", version = "0.1.0-alpha.2", default-features = false } +radroots_events = { path = "crates/events", version = "0.1.0-alpha.2", default-features = false } +radroots_events_codec = { path = "crates/events_codec", version = "0.1.0-alpha.2", default-features = false } +radroots_events_indexed = { path = "crates/events_indexed", version = "0.1.0-alpha.2", default-features = false } +radroots_geocoder = { path = "crates/geocoder", version = "0.1.0-alpha.2" } +radroots_identity = { path = "crates/identity", version = "0.1.0-alpha.2", default-features = false } +radroots_nostr = { path = "crates/nostr", version = "0.1.0-alpha.2", default-features = false } +radroots_nostr_accounts = { path = "crates/nostr_accounts", version = "0.1.0-alpha.2", default-features = false } +radroots_nostr_connect = { path = "crates/nostr_connect", version = "0.1.0-alpha.2", default-features = false } +radroots_nostr_signer = { path = "crates/nostr_signer", version = "0.1.0-alpha.2", default-features = false } +radroots_nostr_ndb = { path = "crates/nostr_ndb", version = "0.1.0-alpha.2", default-features = false } +radroots_runtime = { path = "crates/runtime", version = "0.1.0-alpha.2", default-features = false } +radroots_runtime_paths = { path = "crates/runtime_paths", version = "0.1.0-alpha.2", default-features = false } +radroots_runtime_distribution = { path = "crates/runtime_distribution", version = "0.1.0-alpha.2", default-features = false } +radroots_runtime_manager = { path = "crates/runtime_manager", version = "0.1.0-alpha.2", default-features = false } +radroots_log = { path = "crates/log", version = "0.1.0-alpha.2", default-features = false } +radroots_net = { path = "crates/net", version = "0.1.0-alpha.2", default-features = false } +radroots_net_core = { path = "crates/net_core", version = "0.1.0-alpha.2", default-features = false } +radroots_nostr_runtime = { path = "crates/nostr_runtime", version = "0.1.0-alpha.2", default-features = false } radroots_simplex_agent_proto = { path = "crates/simplex_agent_proto", version = "0.1.0-alpha.1", default-features = false } radroots_simplex_agent_runtime = { path = "crates/simplex_agent_runtime", version = "0.1.0-alpha.1", default-features = false } radroots_simplex_agent_store = { path = "crates/simplex_agent_store", version = "0.1.0-alpha.1", default-features = false } -radroots_simplex_chat_proto = { path = "crates/simplex_chat_proto", version = "0.1.0-alpha.1", default-features = false } +radroots_simplex_chat_proto = { path = "crates/simplex_chat_proto", version = "0.1.0-alpha.2", default-features = false } radroots_simplex_interop_tests = { path = "crates/simplex_interop_tests", version = "0.1.0-alpha.1", default-features = false } radroots_simplex_smp_crypto = { path = "crates/simplex_smp_crypto", version = "0.1.0-alpha.1", default-features = false } -radroots_simplex_smp_proto = { path = "crates/simplex_smp_proto", version = "0.1.0-alpha.1", default-features = false } +radroots_simplex_smp_proto = { path = "crates/simplex_smp_proto", version = "0.1.0-alpha.2", default-features = false } radroots_simplex_smp_transport = { path = "crates/simplex_smp_transport", version = "0.1.0-alpha.1", default-features = false } -radroots_sql_wasm_bridge = { path = "crates/sql_wasm_bridge", version = "0.1.0-alpha.1" } -radroots_sql_wasm_core = { path = "crates/sql_wasm_core", version = "0.1.0-alpha.1", default-features = false } -radroots_sql_core = { path = "crates/sql_core", version = "0.1.0-alpha.1" } +radroots_sql_wasm_bridge = { path = "crates/sql_wasm_bridge", version = "0.1.0-alpha.2" } +radroots_sql_wasm_core = { path = "crates/sql_wasm_core", version = "0.1.0-alpha.2", default-features = false } +radroots_sql_core = { path = "crates/sql_core", version = "0.1.0-alpha.2" } radroots_test_fixtures = { path = "crates/test_fixtures", version = "0.1.0-alpha.1" } -radroots_replica_db_schema = { path = "crates/replica_db_schema", version = "0.1.0-alpha.1", default-features = false } -radroots_replica_sync = { path = "crates/replica_sync", version = "0.1.0-alpha.1", default-features = false } -radroots_replica_db = { path = "crates/replica_db", version = "0.1.0-alpha.1", default-features = false } -radroots_replica_db_wasm = { path = "crates/replica_db_wasm", version = "0.1.0-alpha.1" } -radroots_replica_sync_wasm = { path = "crates/replica_sync_wasm", version = "0.1.0-alpha.1" } -radroots_trade = { path = "crates/trade", version = "0.1.0-alpha.1", default-features = false } -radroots_types = { path = "crates/types", version = "0.1.0-alpha.1", default-features = false } -radroots_protected_store = { path = "crates/protected_store", version = "0.1.0-alpha.1", default-features = false } -radroots_secret_vault = { path = "crates/secret_vault", version = "0.1.0-alpha.1", default-features = false } +radroots_replica_db_schema = { path = "crates/replica_db_schema", version = "0.1.0-alpha.2", default-features = false } +radroots_replica_sync = { path = "crates/replica_sync", version = "0.1.0-alpha.2", default-features = false } +radroots_replica_db = { path = "crates/replica_db", version = "0.1.0-alpha.2", default-features = false } +radroots_replica_db_wasm = { path = "crates/replica_db_wasm", version = "0.1.0-alpha.2" } +radroots_replica_sync_wasm = { path = "crates/replica_sync_wasm", version = "0.1.0-alpha.2" } +radroots_trade = { path = "crates/trade", version = "0.1.0-alpha.2", default-features = false } +radroots_types = { path = "crates/types", version = "0.1.0-alpha.2", default-features = false } +radroots_protected_store = { path = "crates/protected_store", version = "0.1.0-alpha.2", default-features = false } +radroots_secret_vault = { path = "crates/secret_vault", version = "0.1.0-alpha.2", default-features = false } anyhow = { version = "1" } base64 = { version = "0.22" } diff --git a/crates/core/Cargo.toml b/crates/core/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "radroots_core" publish = ["crates-io"] -version = "0.1.0-alpha.1" +version = "0.1.0-alpha.2" edition.workspace = true authors = ["Tyson Lupul <tyson@radroots.org>"] rust-version.workspace = true diff --git a/crates/events/Cargo.toml b/crates/events/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "radroots_events" publish = ["crates-io"] -version = "0.1.0-alpha.1" +version = "0.1.0-alpha.2" edition.workspace = true authors = ["Tyson Lupul <tyson@radroots.org>"] rust-version.workspace = true diff --git a/crates/events_codec/Cargo.toml b/crates/events_codec/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "radroots_events_codec" publish = ["crates-io"] -version = "0.1.0-alpha.1" +version = "0.1.0-alpha.2" edition.workspace = true authors = ["Tyson Lupul <tyson@radroots.org>"] rust-version.workspace = true diff --git a/crates/events_codec_wasm/Cargo.toml b/crates/events_codec_wasm/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "radroots_events_codec_wasm" publish = ["crates-io"] -version = "0.1.0-alpha.1" +version = "0.1.0-alpha.2" edition.workspace = true authors = ["Tyson Lupul <tyson@radroots.org>"] rust-version.workspace = true diff --git a/crates/events_indexed/Cargo.toml b/crates/events_indexed/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "radroots_events_indexed" publish = ["crates-io"] -version = "0.1.0-alpha.1" +version = "0.1.0-alpha.2" edition.workspace = true authors = ["Tyson Lupul <tyson@radroots.org>"] rust-version.workspace = true diff --git a/crates/geocoder/Cargo.toml b/crates/geocoder/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "radroots_geocoder" publish = ["crates-io"] -version = "0.1.0-alpha.1" +version = "0.1.0-alpha.2" edition.workspace = true authors = ["Tyson Lupul <tyson@radroots.org>"] rust-version.workspace = true diff --git a/crates/identity/Cargo.toml b/crates/identity/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "radroots_identity" publish = ["crates-io"] -version = "0.1.0-alpha.1" +version = "0.1.0-alpha.2" edition.workspace = true authors = ["Tyson Lupul <tyson@radroots.org>"] rust-version.workspace = true diff --git a/crates/log/Cargo.toml b/crates/log/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "radroots_log" publish = ["crates-io"] -version = "0.1.0-alpha.1" +version = "0.1.0-alpha.2" edition.workspace = true authors = ["Tyson Lupul <tyson@radroots.org>"] rust-version.workspace = true diff --git a/crates/net/Cargo.toml b/crates/net/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "radroots_net" publish = ["crates-io"] -version = "0.1.0-alpha.1" +version = "0.1.0-alpha.2" edition.workspace = true authors = ["Tyson Lupul <tyson@radroots.org>"] rust-version.workspace = true diff --git a/crates/net_core/Cargo.toml b/crates/net_core/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "radroots_net_core" publish = ["crates-io"] -version = "0.1.0-alpha.1" +version = "0.1.0-alpha.2" edition.workspace = true authors = ["Tyson Lupul <tyson@radroots.org>"] rust-version.workspace = true diff --git a/crates/nostr/Cargo.toml b/crates/nostr/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "radroots_nostr" publish = ["crates-io"] -version = "0.1.0-alpha.1" +version = "0.1.0-alpha.2" edition.workspace = true authors = ["Tyson Lupul <tyson@radroots.org>"] rust-version.workspace = true diff --git a/crates/nostr_accounts/Cargo.toml b/crates/nostr_accounts/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "radroots_nostr_accounts" publish = ["crates-io"] -version = "0.1.0-alpha.1" +version = "0.1.0-alpha.2" edition.workspace = true authors = ["Tyson Lupul <tyson@radroots.org>"] rust-version.workspace = true diff --git a/crates/nostr_connect/Cargo.toml b/crates/nostr_connect/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "radroots_nostr_connect" publish = ["crates-io"] -version = "0.1.0-alpha.1" +version = "0.1.0-alpha.2" edition.workspace = true authors = ["Tyson Lupul <tyson@radroots.org>"] rust-version.workspace = true diff --git a/crates/nostr_ndb/Cargo.toml b/crates/nostr_ndb/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "radroots_nostr_ndb" publish = ["crates-io"] -version = "0.1.0-alpha.1" +version = "0.1.0-alpha.2" edition.workspace = true authors = ["Tyson Lupul <tyson@radroots.org>"] rust-version.workspace = true diff --git a/crates/nostr_runtime/Cargo.toml b/crates/nostr_runtime/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "radroots_nostr_runtime" publish = ["crates-io"] -version = "0.1.0-alpha.1" +version = "0.1.0-alpha.2" edition.workspace = true authors = ["Tyson Lupul <tyson@radroots.org>"] rust-version.workspace = true diff --git a/crates/nostr_signer/Cargo.toml b/crates/nostr_signer/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "radroots_nostr_signer" publish = ["crates-io"] -version = "0.1.0-alpha.1" +version = "0.1.0-alpha.2" edition.workspace = true authors = ["Tyson Lupul <tyson@radroots.org>"] rust-version.workspace = true diff --git a/crates/protected_store/Cargo.toml b/crates/protected_store/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "radroots_protected_store" publish = ["crates-io"] -version = "0.1.0-alpha.1" +version = "0.1.0-alpha.2" edition.workspace = true authors = ["Tyson Lupul <tyson@radroots.org>"] rust-version.workspace = true diff --git a/crates/replica_db/Cargo.toml b/crates/replica_db/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "radroots_replica_db" publish = ["crates-io"] -version = "0.1.0-alpha.1" +version = "0.1.0-alpha.2" edition.workspace = true authors = ["Tyson Lupul <tyson@radroots.org>"] rust-version.workspace = true diff --git a/crates/replica_db_schema/Cargo.toml b/crates/replica_db_schema/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "radroots_replica_db_schema" publish = ["crates-io"] -version = "0.1.0-alpha.1" +version = "0.1.0-alpha.2" edition.workspace = true authors = ["Tyson Lupul <tyson@radroots.org>"] rust-version.workspace = true diff --git a/crates/replica_db_wasm/Cargo.toml b/crates/replica_db_wasm/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "radroots_replica_db_wasm" publish = ["crates-io"] -version = "0.1.0-alpha.1" +version = "0.1.0-alpha.2" edition.workspace = true authors = ["Tyson Lupul <tyson@radroots.org>"] rust-version.workspace = true diff --git a/crates/replica_sync/Cargo.toml b/crates/replica_sync/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "radroots_replica_sync" publish = ["crates-io"] -version = "0.1.0-alpha.1" +version = "0.1.0-alpha.2" edition.workspace = true authors = ["Tyson Lupul <tyson@radroots.org>"] rust-version.workspace = true diff --git a/crates/replica_sync_wasm/Cargo.toml b/crates/replica_sync_wasm/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "radroots_replica_sync_wasm" publish = ["crates-io"] -version = "0.1.0-alpha.1" +version = "0.1.0-alpha.2" edition.workspace = true authors = ["Tyson Lupul <tyson@radroots.org>"] rust-version.workspace = true diff --git a/crates/runtime/Cargo.toml b/crates/runtime/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "radroots_runtime" publish = ["crates-io"] -version = "0.1.0-alpha.1" +version = "0.1.0-alpha.2" edition.workspace = true authors = ["Tyson Lupul <tyson@radroots.org>"] rust-version.workspace = true diff --git a/crates/runtime_distribution/Cargo.toml b/crates/runtime_distribution/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "radroots_runtime_distribution" publish = ["crates-io"] -version = "0.1.0-alpha.1" +version = "0.1.0-alpha.2" edition.workspace = true authors = ["Tyson Lupul <tyson@radroots.org>"] rust-version.workspace = true diff --git a/crates/runtime_manager/Cargo.toml b/crates/runtime_manager/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "radroots_runtime_manager" publish = ["crates-io"] -version = "0.1.0-alpha.1" +version = "0.1.0-alpha.2" edition.workspace = true authors = ["Tyson Lupul <tyson@radroots.org>"] rust-version.workspace = true diff --git a/crates/runtime_paths/Cargo.toml b/crates/runtime_paths/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "radroots_runtime_paths" publish = ["crates-io"] -version = "0.1.0-alpha.1" +version = "0.1.0-alpha.2" edition.workspace = true authors = ["Tyson Lupul <tyson@radroots.org>"] rust-version.workspace = true diff --git a/crates/secret_vault/Cargo.toml b/crates/secret_vault/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "radroots_secret_vault" publish = ["crates-io"] -version = "0.1.0-alpha.1" +version = "0.1.0-alpha.2" edition.workspace = true authors = ["Tyson Lupul <tyson@radroots.org>"] rust-version.workspace = true diff --git a/crates/simplex_chat_proto/Cargo.toml b/crates/simplex_chat_proto/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "radroots_simplex_chat_proto" publish = ["crates-io"] -version = "0.1.0-alpha.1" +version = "0.1.0-alpha.2" edition.workspace = true authors = ["Tyson Lupul <tyson@radroots.org>"] rust-version.workspace = true diff --git a/crates/simplex_smp_proto/Cargo.toml b/crates/simplex_smp_proto/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "radroots_simplex_smp_proto" publish = ["crates-io"] -version = "0.1.0-alpha.1" +version = "0.1.0-alpha.2" edition.workspace = true authors = ["Tyson Lupul <tyson@radroots.org>"] rust-version.workspace = true diff --git a/crates/sql_core/Cargo.toml b/crates/sql_core/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "radroots_sql_core" publish = ["crates-io"] -version = "0.1.0-alpha.1" +version = "0.1.0-alpha.2" edition.workspace = true authors = ["Tyson Lupul <tyson@radroots.org>"] rust-version.workspace = true diff --git a/crates/sql_wasm_bridge/Cargo.toml b/crates/sql_wasm_bridge/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "radroots_sql_wasm_bridge" publish = ["crates-io"] -version = "0.1.0-alpha.1" +version = "0.1.0-alpha.2" edition.workspace = true authors = ["Tyson Lupul <tyson@radroots.org>"] rust-version.workspace = true diff --git a/crates/sql_wasm_core/Cargo.toml b/crates/sql_wasm_core/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "radroots_sql_wasm_core" publish = ["crates-io"] -version = "0.1.0-alpha.1" +version = "0.1.0-alpha.2" edition.workspace = true authors = ["Tyson Lupul <tyson@radroots.org>"] rust-version.workspace = true diff --git a/crates/trade/Cargo.toml b/crates/trade/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "radroots_trade" publish = ["crates-io"] -version = "0.1.0-alpha.1" +version = "0.1.0-alpha.2" edition.workspace = true authors = ["Tyson Lupul <tyson@radroots.org>"] rust-version.workspace = true diff --git a/crates/types/Cargo.toml b/crates/types/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "radroots_types" publish = ["crates-io"] -version = "0.1.0-alpha.1" +version = "0.1.0-alpha.2" edition.workspace = true authors = ["Tyson Lupul <tyson@radroots.org>"] rust-version.workspace = true