Skip to content

Commit

Permalink
build: revert chrono version upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
crnbarr93 committed Nov 19, 2024
1 parent 31a3dce commit d17a2b8
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 20 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ updates:
- dependency-name: "cosmwasm-std"
update-types:
["version-update:semver-major", "version-update:semver-minor"]
- dependency-name: "chrono"
update-types:
["version-update:semver-major", "version-update:semver-minor"]
- package-ecosystem: github-actions
directory: "/"
schedule:
Expand Down
98 changes: 79 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 contracts/finance/andromeda-validator-staking/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ serde = { workspace = true }
andromeda-std = { workspace = true, features = ["distribution"] }
andromeda-finance = { workspace = true }
enum-repr = { workspace = true }
chrono = "0.4"
chrono = "0.3"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
cw-multi-test = { workspace = true, optional = true }
Expand Down

0 comments on commit d17a2b8

Please sign in to comment.