Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jasoncolburne committed Mar 4, 2024
1 parent 4a360ca commit 8d9a2a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "parside"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
description = "Parser for Composable Event Streaming Representation (CESR)"
license = "Apache-2.0"

[dependencies]
cesride = "0.6.0"
cesride = "~0.6"
nom = "~7.1"
num-derive = "~0.3"
num-traits = "~0.2"
Expand Down

0 comments on commit 8d9a2a0

Please sign in to comment.