Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
platforms/darwin-arm64/*.dylib binary
platforms/darwin-x64/*.dylib binary
platforms/linux-arm64-gnu/*.so binary
platforms/linux-x64-gnu/*.so binary
platforms/win32-x64-msvc/*.dll binary
6 changes: 3 additions & 3 deletions crates/protect-ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ crate-type = ["cdylib"]
cipherstash-client = "0.23.0"
hex = { version = "0.4.3", default-features = false }
libc = "0.2"
once_cell = { version = "1.20.2", default-features = false }
serde = { version = "1.0.218", default-features = false, features = ["derive"] }
serde_json = { version = "1.0.139", default-features = false }
once_cell = { version = "1.21.3", default-features = false }
serde = { version = "1.0.219", default-features = false, features = ["derive"] }
serde_json = { version = "1.0.140", default-features = false }
thiserror = "2.0.8"
tokio = { version = "1", features = ["rt", "rt-multi-thread", "macros"] }
Binary file modified platforms/linux-arm64-gnu/libprotect_ffi.so
Binary file not shown.
Binary file modified platforms/linux-x64-gnu/libprotect_ffi.so
Binary file not shown.
Binary file modified platforms/win32-x64-msvc/protect_ffi.dll
Binary file not shown.