fix: publish ironclaw_safety 0.2.0 (#1659)

This commit is contained in:
Henry Park
2026-03-25 18:21:17 -07:00
committed by GitHub
parent f02345fd1f
commit ab67f02886
4 changed files with 3 additions and 9 deletions
Generated
+1 -1
View File
@@ -3496,7 +3496,7 @@ dependencies = [
[[package]] [[package]]
name = "ironclaw_safety" name = "ironclaw_safety"
version = "0.1.0" version = "0.2.0"
dependencies = [ dependencies = [
"aho-corasick", "aho-corasick",
"regex", "regex",
+1 -1
View File
@@ -104,7 +104,7 @@ cron = "0.13"
ironclaw_common = { path = "crates/ironclaw_common", version = "0.1.0" } ironclaw_common = { path = "crates/ironclaw_common", version = "0.1.0" }
# Safety/sanitization # Safety/sanitization
ironclaw_safety = { path = "crates/ironclaw_safety", version = "0.1.0" } ironclaw_safety = { path = "crates/ironclaw_safety", version = "0.2.0" }
regex = "1" regex = "1"
aho-corasick = "1" aho-corasick = "1"
+1 -2
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "ironclaw_safety" name = "ironclaw_safety"
version = "0.1.0" version = "0.2.0"
edition = "2024" edition = "2024"
rust-version = "1.92" rust-version = "1.92"
description = "Prompt injection defense, input validation, secret leak detection, and safety policy enforcement" description = "Prompt injection defense, input validation, secret leak detection, and safety policy enforcement"
@@ -8,7 +8,6 @@ authors = ["NEAR AI <[email protected]>"]
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
homepage = "https://github.com/nearai/ironclaw" homepage = "https://github.com/nearai/ironclaw"
repository = "https://github.com/nearai/ironclaw" repository = "https://github.com/nearai/ironclaw"
publish = false
[package.metadata.dist] [package.metadata.dist]
dist = false dist = false
-5
View File
@@ -1,7 +1,2 @@
[workspace] [workspace]
git_release_enable = false git_release_enable = false
[[package]]
name = "ironclaw_safety"
publish = false
release = false