Skip to content

Commit

Permalink
Update to version 0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
martinmr committed Feb 8, 2023
1 parent 04656f7 commit b1fd35f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "trane"
version = "0.11.1"
version = "0.11.2"
edition = "2021"
description = "An automated system for learning complex skills"
license = "GPL-3.0"
Expand All @@ -11,7 +11,7 @@ repository = "https://github.com/trane-project/trane"
name = "trane"

[dependencies]
anyhow = "1.0.68"
anyhow = "1.0.69"
chrono = "0.4.23"
derive_builder = "0.12.0"
indoc = "2.0.0"
Expand All @@ -25,7 +25,7 @@ rayon = "1.6.1"
rusqlite = { version = "0.28.0", features = ["bundled"] }
rusqlite_migration = "1.0.1"
serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.91"
serde_json = "1.0.92"
strum = { version = "0.24.1", features = ["derive"] }
tantivy = "0.19.1"
tempfile = "3.3.0"
Expand Down

0 comments on commit b1fd35f

Please sign in to comment.