We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cfe5e7 commit 2f6abb5Copy full SHA for 2f6abb5
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "arrow_extendr"
3
-version = "56.0.0"
+version = "57.0.0"
4
edition = "2021"
5
license = "MIT OR Apache-2.0"
6
repository = "https://github.com/josiahparry/arrow-extendr"
@@ -18,5 +18,5 @@ crate-type = ["lib", "staticlib"]
18
19
20
[dependencies]
21
-arrow = { version = "56.0.0", features = ["ffi"] }
+arrow = { version = "57.0.0", features = ["ffi"] }
22
extendr-api = ">=0.8.0"
0 commit comments