Skip to content

Commit

Permalink
fix(rust): loosen bytemuck pin
Browse files Browse the repository at this point in the history
  • Loading branch information
wjones127 committed Jan 23, 2025
1 parent aae351b commit 51f8980
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 15 deletions.
19 changes: 13 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 15 additions & 8 deletions python/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rust/lance-encoding/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ snafu.workspace = true
tokio.workspace = true
tracing.workspace = true
zstd.workspace = true
bytemuck = "=1.18.0"
bytemuck = "1.14"
arrayref = "0.3.7"
paste = "1.0.15"
seq-macro = "0.3.5"
Expand Down

0 comments on commit 51f8980

Please sign in to comment.