IAPark / tiktoken_ruby

Unofficial ruby binding for tiktoken by way of rust
MIT License
118 stars 26 forks source link

Fix ruby-sys version mismatch between Ruby and Rust #25

Closed andreaslillebo closed 7 months ago

andreaslillebo commented 7 months ago

Resolves the warning in the cross compilation action about the ruby-sys Rush crate being a different version than the Ruby gem;

::warn::⚠️ Cargo rb-sys version (0.9.81) does not match Ruby gem version (0.9.87)