From f064500ff82577e5981755de76be3515eced2fb7 Mon Sep 17 00:00:00 2001 From: Dave Thompson Date: Mon, 31 Aug 2026 21:28:27 -0400 Subject: [PATCH] Pin sysprims core to v0.2.2 Retarget the workspace git pin from the pre-release rev to the published v0.2.2 tag so consumers share one core coordinate. Co-Authored-By: Grok 4.6 Role: cxotech Committer-of-Record: @3leapsdave --- Cargo.lock | 10 +++++----- Cargo.toml | 4 ++-- Cargo.toml.orig | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 04ff866..30becbd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -705,7 +705,7 @@ dependencies = [ [[package]] name = "sysprims-core" version = "0.2.2" -source = "git+https://github.com/3leaps/sysprims?rev=7e5cc03847029dbd316d9f8c0887997bf64a247c#7e5cc03847029dbd316d9f8c0887997bf64a247c" +source = "git+https://github.com/3leaps/sysprims?tag=v0.2.2#e7f74ce65b59e9fa4042a2e937a22ad2630d3994" dependencies = [ "rsfulmen", "thiserror", @@ -715,7 +715,7 @@ dependencies = [ [[package]] name = "sysprims-proc" version = "0.2.2" -source = "git+https://github.com/3leaps/sysprims?rev=7e5cc03847029dbd316d9f8c0887997bf64a247c#7e5cc03847029dbd316d9f8c0887997bf64a247c" +source = "git+https://github.com/3leaps/sysprims?tag=v0.2.2#e7f74ce65b59e9fa4042a2e937a22ad2630d3994" dependencies = [ "libc", "serde", @@ -753,7 +753,7 @@ dependencies = [ [[package]] name = "sysprims-session" version = "0.2.2" -source = "git+https://github.com/3leaps/sysprims?rev=7e5cc03847029dbd316d9f8c0887997bf64a247c#7e5cc03847029dbd316d9f8c0887997bf64a247c" +source = "git+https://github.com/3leaps/sysprims?tag=v0.2.2#e7f74ce65b59e9fa4042a2e937a22ad2630d3994" dependencies = [ "libc", "sysprims-core", @@ -762,7 +762,7 @@ dependencies = [ [[package]] name = "sysprims-signal" version = "0.2.2" -source = "git+https://github.com/3leaps/sysprims?rev=7e5cc03847029dbd316d9f8c0887997bf64a247c#7e5cc03847029dbd316d9f8c0887997bf64a247c" +source = "git+https://github.com/3leaps/sysprims?tag=v0.2.2#e7f74ce65b59e9fa4042a2e937a22ad2630d3994" dependencies = [ "libc", "rsfulmen", @@ -773,7 +773,7 @@ dependencies = [ [[package]] name = "sysprims-timeout" version = "0.2.2" -source = "git+https://github.com/3leaps/sysprims?rev=7e5cc03847029dbd316d9f8c0887997bf64a247c#7e5cc03847029dbd316d9f8c0887997bf64a247c" +source = "git+https://github.com/3leaps/sysprims?tag=v0.2.2#e7f74ce65b59e9fa4042a2e937a22ad2630d3994" dependencies = [ "libc", "rsfulmen", diff --git a/Cargo.toml b/Cargo.toml index 40265be..ca1c89a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -90,7 +90,7 @@ version = "1.1" [dependencies.sysprims-timeout] git = "https://github.com/3leaps/sysprims" -rev = "7e5cc03847029dbd316d9f8c0887997bf64a247c" +tag = "v0.2.2" version = "=0.2.2" [dev-dependencies.futures] @@ -131,5 +131,5 @@ version = "0.10" [target."cfg(unix)".dependencies.sysprims-session] git = "https://github.com/3leaps/sysprims" -rev = "7e5cc03847029dbd316d9f8c0887997bf64a247c" +tag = "v0.2.2" version = "=0.2.2" diff --git a/Cargo.toml.orig b/Cargo.toml.orig index e154045..c26e6b1 100644 --- a/Cargo.toml.orig +++ b/Cargo.toml.orig @@ -22,7 +22,7 @@ shell-words = "1.1" serde_derive = {version="1.0", optional=true} serde = {version="1.0", optional=true} serial2 = "0.2" -sysprims-timeout = { version = "=0.2.2", git = "https://github.com/3leaps/sysprims", rev = "7e5cc03847029dbd316d9f8c0887997bf64a247c" } +sysprims-timeout = { version = "=0.2.2", git = "https://github.com/3leaps/sysprims", tag = "v0.2.2" } [features] default = [] @@ -43,7 +43,7 @@ winapi = { version = "0.3", features = [ winreg = "0.10" [target."cfg(unix)".dependencies] -sysprims-session = { version = "=0.2.2", git = "https://github.com/3leaps/sysprims", rev = "7e5cc03847029dbd316d9f8c0887997bf64a247c" } +sysprims-session = { version = "=0.2.2", git = "https://github.com/3leaps/sysprims", tag = "v0.2.2" } [dev-dependencies] smol = "2.0"