You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Native extension build: Fixed critical workspace inheritance issue in vendored crates by replacing version.workspace = true, edition.workspace = true, and other workspace-inherited fields with explicit hardcoded values in packages/ruby/vendor/crates/spikard-core/Cargo.toml and packages/ruby/vendor/crates/spikard-http/Cargo.toml. This ensures the gem can build successfully when installed from RubyGems.org, as published gems don't preserve the workspace root context (v0.3.3 was completely unusable due to Cargo failing to find workspace root manifest during native extension compilation).