Skip to content

Commit

Permalink
Merge pull request #50 from burnt-labs/chore/publish
Browse files Browse the repository at this point in the history
prepare for publication
  • Loading branch information
ash-burnt authored Jan 15, 2025
2 parents e8aab99 + ee0fee8 commit 5b1dbda
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ phf = { version = "0.11.2", features = ["macros"] }
rsa = { version = "0.9.2" }
getrandom = { version = "0.2.10", features = ["custom"] }
p256 = {version = "0.13.2", features = ["ecdsa-core", "arithmetic", "serde"]}
cosmos-sdk-proto = {git = "https://github.com/burnt-labs/cosmos-rust.git", rev = "75e72f446629f98330e209e2f6268250d325cccb", default-features = false, features = ["std", "cosmwasm", "xion", "serde"]}
cosmos-sdk-proto = {package = "xion-cosmos-sdk-proto", version = "0.26.1", default-features = false, features = ["std", "cosmwasm", "xion", "serde"]}
url = "2.5.2"
5 changes: 3 additions & 2 deletions contracts/account/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
[package]
name = "account"
name = "xion-account"
version = "0.1.0"
edition = "2021"
description = "Primary MetaAccount implementation for XION network"
license = "Apache-2.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
Expand All @@ -26,7 +28,6 @@ hex = { workspace = true }
ripemd = { workspace = true }
bech32 = { workspace = true }
base64 = { workspace = true }
phf = { workspace = true }
rsa = { workspace = true }
getrandom = { workspace = true }
p256 = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion contracts/account/examples/schema.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use account::msg::*;
use cosmwasm_schema::write_api;
use xion_account::msg::*;

fn main() {
write_api! {
Expand Down

0 comments on commit 5b1dbda

Please sign in to comment.