Skip to content

Commit

Permalink
ARROW-8396: [Rust] Removes libc dependency
Browse files Browse the repository at this point in the history
Since the allocation has done by std::alloc::*;

Closes #6896 from vertexclique/ARROW-8396-remove-libc-dep

Authored-by: Mahmut Bulut <vertexclique@gmail.com>
Signed-off-by: Andy Grove <andygrove73@gmail.com>
  • Loading branch information
vertexclique authored and andygrove committed Apr 10, 2020
1 parent e04e9cc commit 4e9ced6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rust/arrow/Cargo.toml
Expand Up @@ -36,7 +36,6 @@ name = "arrow"
path = "src/lib.rs"

[dependencies]
libc = "0.2"
serde = { version = "1.0", features = ["rc"] }
serde_derive = "1.0"
serde_json = { version = "1.0", features = ["preserve_order"] }
Expand Down

0 comments on commit 4e9ced6

Please sign in to comment.