Skip to content

Commit 605a87b

Browse files
committed
Version bump
1 parent 16d0516 commit 605a87b

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "blades"
3-
version = "0.4.0-alpha"
3+
version = "0.4.0"
44
authors = ["Maroš Grego <maros@grego.site>"]
55
edition = "2021"
66
description = "Blazing fast dead simple static site generator"
@@ -25,9 +25,9 @@ cmark-syntax = "0.3"
2525

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

3333
[features]

0 commit comments

Comments
 (0)