Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Uinelj committed Jul 25, 2023
1 parent 3ef7bfe commit 132e449
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "oscar-io"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
description = "Readers/Writers for OSCAR Corpora."
documentation = "https://docs.rs/oscar-io"
Expand All @@ -16,11 +16,10 @@ log = "0.4.16"
schemars = "0.8.8"
serde = "1.0.136"
serde_json = "1.0.79"
warc = { version = "0.3.1", features = ["with_serde"]}
warc = { version = "0.3.1", features = ["with_serde"] }

avro-rs = { version = "0.13.0", features = ["snappy"]}
oxilangtag = { version = "0.1.3", features = ["serde"]}
avro-rs = { version = "0.13.0", features = ["snappy"] }
oxilangtag = { version = "0.1.3", features = ["serde"] }

[dev-dependencies]
tempfile = "3.3.0"

0 comments on commit 132e449

Please sign in to comment.