Skip to content

Commit

Permalink
chore: release '0.2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdoret committed Aug 27, 2024
1 parent 234598e commit 942ccef
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@
rio_api = '0.8.4'
rio_turtle = '0.8.4'
rstest = '0.21.0'
serde_json = "1.0.127"
serde_json = '1.0.127'
serde_yml = '0.0.10'
slog = '2.7.0'
slog-async = '2.8.0'
slog-term = '2.9.0'
smallvec = { version = "1.13.2", features = ["serde"] }
tempfile = '3.10.1'

[dependencies.clap]
Expand All @@ -22,7 +21,11 @@ smallvec = { version = "1.13.2", features = ["serde"] }
features = ['derive']
version = '1.0'

[dependencies.smallvec]
features = ['serde']
version = '1.13.2'

[package]
edition = '2021'
name = 'tripsu'
version = '0.1.0'
version = '0.2.0'

0 comments on commit 942ccef

Please sign in to comment.