Skip to content

Commit 033a870

Browse files
authored
Merge pull request Nullus157#11 from Nemo157/bump-version
Bump version to 1.0.2
2 parents c2404b4 + cf95114 commit 033a870

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "culpa"
3-
version = "1.0.1"
3+
version = "1.0.2"
44
edition = "2018"
55
license = "MIT OR Apache-2.0"
66

@@ -10,6 +10,6 @@ keywords = ["error-handling", "exceptions"]
1010

1111
[dependencies.culpa-macros]
1212
path = "macros"
13-
version = "=1.0.1"
13+
version = "=1.0.2"
1414

1515
[workspace]

macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "culpa-macros"
3-
version = "1.0.1"
3+
version = "1.0.2"
44
edition = "2018"
55
license = "MIT OR Apache-2.0"
66

0 commit comments

Comments
 (0)