Skip to content

Commit

Permalink
Update abc cargo.tomls
Browse files Browse the repository at this point in the history
  • Loading branch information
ismellike committed Jul 19, 2024
1 parent 3a3da47 commit bc6e552
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions contracts/external/cw-abc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors = [
"Ethan Frey <ethanfrey@users.noreply.github.com>",
"Jake Hartnell",
"Adair <adairrr@users.noreply.github.com>",
"Gabe Lopez <ismellike@users.noreply.github.com>",
"Gabe <ismellike@users.noreply.github.com>",
]
description = "Implements an Augmented Bonding Curve"
# Inherits license from previous work
Expand Down Expand Up @@ -53,4 +53,4 @@ serde_json = { workspace = true }
cw-tokenfactory-issuer = { workspace = true }
dao-voting-token-staked = { workspace = true }
dao-proposal-single = { workspace = true }
dao-voting = { workspace = true }
dao-voting = { workspace = true }
4 changes: 2 additions & 2 deletions packages/cw-curves/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors = [
"Ethan Frey <ethanfrey@users.noreply.github.com>",
"Jake Hartnell",
"Adair <adairrr@users.noreply.github.com>",
"Gabe Lopez <ismellike@users.noreply.github.com>",
"Gabe <ismellike@users.noreply.github.com>",
]
description = "A package for defining curves to be used in augmented bonding curves."
edition = { workspace = true }
Expand All @@ -17,4 +17,4 @@ cosmwasm-std = { workspace = true }
cosmwasm-schema = { workspace = true }
rust_decimal = { workspace = true }
integer-sqrt = { workspace = true }
integer-cbrt = { workspace = true }
integer-cbrt = { workspace = true }

0 comments on commit bc6e552

Please sign in to comment.