Skip to content

v0.3.4

Choose a tag to compare

@Goldziher Goldziher released this 08 Dec 07:19
v0.3.4
d06ca3f

Fixed

Ruby Gem

  • 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).