diff --git a/Cargo.toml b/Cargo.toml index 3c5ef56..f78d5b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,8 +3,8 @@ name = "polars-arrow-format" version = "0.2.0" edition = "2018" license = "Apache-2.0" -homepage = "https://github.com/DataEngineeringLabs/arrow-format" -repository = "https://github.com/DataEngineeringLabs/arrow-format" +homepage = "https://github.com/pola-rs/arrow-format" +repository = "https://github.com/pola-rs/arrow-format" authors = ["Jorge C. Leitao "] keywords = [ "arrow", "analytics" ] description = "Unofficial flatbuffers and tonic code of Apache Arrow spec" @@ -12,7 +12,7 @@ description = "Unofficial flatbuffers and tonic code of Apache Arrow spec" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -planus = { version = "1.1.1", optional = true } +planus = { version = "1.2.0", optional = true } serde = { version = "1", optional = true, default-features = false, features = ["derive", "std"] } tonic = { version = "0.8.0", optional = true } prost = { version = "0.11.0", optional = true } diff --git a/src/ipc/generated.rs b/src/ipc/generated.rs index f68ec12..c0307fa 100644 --- a/src/ipc/generated.rs +++ b/src/ipc/generated.rs @@ -1,6 +1,6 @@ pub use root::*; -const _: () = ::planus::check_version_compatibility("planus-1.1.1"); +const _: () = ::planus::check_version_compatibility("planus-1.2.0"); /// The root namespace ///