Skip to content

Commit

Permalink
chore(deps): Bump-up pallas v0.3.3 to v0.3.4 (#19)
Browse files Browse the repository at this point in the history
* style: Fix whitespaces
* chore(deps): Bump-up pallas v0.3.3 to v0.3.4
* build: Enable dependabot
  • Loading branch information
mark-stopka authored Dec 30, 2021
1 parent cf11830 commit 350bcad
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 20 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "cargo" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "daily"
38 changes: 19 additions & 19 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ authors = [


[dependencies]
pallas = "0.3.3"
pallas = "0.3.4"
# pallas = { path = "../pallas/pallas" }
hex = "0.4.3"
net2 = "0.2.37"
Expand Down

0 comments on commit 350bcad

Please sign in to comment.