Skip to content

Commit

Permalink
Update to TaskChampion-2.0.2 (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche authored Jan 7, 2025
1 parent 0d5f6e4 commit 52fae0b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "taskchampion-py"
version = "2.0.1"
version = "2.0.2"
edition = "2021"
# This should match the MSRV of the `taskchampion` crate.
rust-version = "1.81.0"
Expand All @@ -16,4 +16,4 @@ doc = false
[dependencies]
pyo3 = { version = "0.22.6", features = ["chrono"] }
chrono = "*"
taskchampion = { version = "=2.0.1" }
taskchampion = { version = "=2.0.2" }
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "maturin"

[project]
name = "taskchampion-py"
version = "2.0.1"
version = "2.0.2"
requires-python = ">=3.9"
classifiers = [
"Programming Language :: Rust",
Expand Down

0 comments on commit 52fae0b

Please sign in to comment.