Skip to content

Commit

Permalink
Bump version to 0.3.0, unlock minor versions on dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
samwho committed Sep 18, 2023
1 parent 7870c1f commit 9c63225
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 13 deletions.
41 changes: 33 additions & 8 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spacer"
version = "0.2.1"
version = "0.3.0"
edition = "2021"
license = "MIT"
authors = ["Sam Rose <hello@samwho.dev>"]
Expand All @@ -23,16 +23,16 @@ codegen-units = 1
[dependencies]
clap = { version = "4.3", features = ["derive"] }
anyhow = "1.0"
terminal_size = "0.2"
terminal_size = "0.3"
time = { version = "0.3" }
lazy_static = "1.4"
owo-colors = { version = "3", features = ["supports-colors"] }
log = "0.4"
env_logger = "0.10"
human-panic = "1.0"
chrono = "0.4.30"
chrono-tz = "0.8.3"
chrono = "0.4"
chrono-tz = "0.8"

[dev-dependencies]
regex = "1.9.5"
regex = "1"
test-case = "3"

0 comments on commit 9c63225

Please sign in to comment.