Skip to content

Commit

Permalink
Add MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
chmp committed Oct 22, 2024
1 parent ca9f18a commit c57f208
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion serde_arrow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ description = "Convert sequences of Rust objects to Arrow arrays and back again
readme = "../Readme.md"
repository = "https://github.com/chmp/serde_arrow"
license = "MIT"
rust-version = "1.70.0"

[lib]
bench = false
Expand Down Expand Up @@ -202,4 +203,4 @@ check-cfg = [
'cfg(has_arrow_39)',
'cfg(has_arrow_38)',
'cfg(has_arrow_37)',
]
]
2 changes: 1 addition & 1 deletion serde_arrow/src/internal/schema/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ use crate::internal::{

use ::serde::{Deserialize, Serialize};

pub use serde::serialize::PrettyField;
pub use self::serde::serialize::PrettyField;
pub use strategy::{get_strategy_from_metadata, Strategy, STRATEGY_KEY};
use tracer::Tracer;
pub use tracing_options::{Overwrites, TracingMode, TracingOptions};
Expand Down

0 comments on commit c57f208

Please sign in to comment.