Skip to content

Commit

Permalink
fix(core): Fix configure not parse correctly
Browse files Browse the repository at this point in the history
Signed-off-by: KunoiSayami <[email protected]>
  • Loading branch information
KunoiSayami committed Dec 14, 2021
1 parent dea8b03 commit 7b61523
Show file tree
Hide file tree
Showing 5 changed files with 254 additions and 164 deletions.
23 changes: 22 additions & 1 deletion 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 = "github-webhook-notification"
version = "2.1.0-beta"
version = "2.1.0-rc"
edition = "2021"

[dependencies]
Expand Down Expand Up @@ -28,4 +28,4 @@ panic = "abort"

[dev-dependencies]
ntest = "0.7.3"

walkdir = "2.3"
Loading

0 comments on commit 7b61523

Please sign in to comment.