Skip to content

Commit

Permalink
update CHANGELOG and update uint dependency to use 0.9.1 (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
csanti authored Feb 3, 2022
1 parent 97cabc2 commit 65dd1f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# 2.1.1
# 2.1.2

* Fixed issues found through code review and integration testing #75
* Migration for collateral oracle and collector to support LunaX as collateral #88
1 change: 1 addition & 0 deletions packages/mirror_protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ cosmwasm-storage = { version = "0.16.0", default-features = false, features = ["
terraswap = { version = "2.4.0" }
schemars = "0.8.1"
serde = { version = "1.0.103", default-features = false, features = ["derive"] }
uint = { version = "=0.9.1" }

[profile.release]
overflow-checks = true

0 comments on commit 65dd1f0

Please sign in to comment.