Skip to content

Commit 35ae197

Browse files
committed
Release 0.18.3
1 parent 9e0e1c4 commit 35ae197

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rsgen-avro"
3-
version = "0.18.2"
3+
version = "0.18.3"
44
authors = ["Romain Leroux <[email protected]>"]
55
edition = "2024"
66
description = "Command line and library for generating Rust types from Avro schemas"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Options:
3131
--union-deser Custom deserialization for apache-avro multi-valued union types
3232
--chrono-dates Use chrono::NaiveDateTime for date/timestamps logical types
3333
--derive-builders Derive builders for generated record structs
34-
--impl-schemas <METHOD> Implement AvroSchema for generated record structs [default: None] [possible values: derive, copy-build-schema, none]
34+
--impl-schemas <METHOD> Implement AvroSchema for generated record structs [default: none] [possible values: derive, copy-build-schema, none]
3535
--extra-derives <DERIVES> Extract Derives for generated record structs, comma separated, e.g. `std::fmt::Display,std::string::ToString`
3636
-h, --help Print help (see more with '--help')
3737
-V, --version Print version

0 commit comments

Comments
 (0)