Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
grego committed Aug 12, 2022
1 parent 16d0516 commit 605a87b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "blades"
version = "0.4.0-alpha"
version = "0.4.0"
authors = ["Maroš Grego <maros@grego.site>"]
edition = "2021"
description = "Blazing fast dead simple static site generator"
Expand All @@ -25,9 +25,9 @@ cmark-syntax = "0.3"

# Cargo doesn't support binary-only dependencies yet.
toml = { version = "0.5.9", optional = true }
clap = { version = "3.1", optional = true, default_features = false, features = ["std"] }
clap_derive = { version = "3.1", optional = true }
thiserror = { version = "1.0.31", optional = true }
clap = { version = "3.2", optional = true, default_features = false, features = ["std"] }
clap_derive = { version = "3.2", optional = true }
thiserror = { version = "1", optional = true }
serde_json = { version = "1", optional = true }

[features]
Expand Down

0 comments on commit 605a87b

Please sign in to comment.