Skip to content

Commit

Permalink
test 1.69 toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
bekauz committed Nov 24, 2023
1 parent 698b541 commit be0be32
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Basic

env:
RUST_BACKTRACE: 1
CARGO_TERM_COLOR: always
CARGO_TERM_COLOR: always

jobs:
unit-test:
Expand All @@ -19,7 +19,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.66.0
toolchain: 1.69.0
target: wasm32-unknown-unknown
override: true

Expand All @@ -40,10 +40,10 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.66.0
toolchain: 1.69.0
override: true
components: rustfmt, clippy

- name: Run cargo fmt
uses: actions-rs/cargo@v1
with:
Expand All @@ -62,7 +62,7 @@ jobs:
# steps:
# - name: Checkout sources
# uses: actions/checkout@v2

# - name: Install stable toolchain
# uses: actions-rs/toolchain@v1
# with:
Expand All @@ -72,4 +72,4 @@ jobs:
# components: rustfmt, clippy

# - name: Gen schemas
# run: ./scripts/schema.sh
# run: ./scripts/schema.sh
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ covenant-two-party-pol-holder = { path = "contracts/two-party-pol-holder" }
covenant-two-party-pol = { path = "contracts/two-party-pol-covenant" }
covenant-astroport-liquid-pooler = { path = "contracts/astroport-liquid-pooler" }

# packages
# packages
clock-derive = { path = "packages/clock-derive" }
cw-fifo = { path = "packages/cw-fifo" }
covenant-macros = { path = "packages/covenant-macros" }
Expand All @@ -73,11 +73,11 @@ protobuf = { version = "3.2.0", features = ["with-bytes"] }
serde-json-wasm = { version = "0.4.1" }
base64 = "0.13.0"
prost = "0.11"
astroport = "2.9.0"
astroport = "2.9.0"
prost-types = "0.11"
bech32 = "0.9.0"
cosmwasm-schema = "1.2.1"
cosmwasm-std = { version = "1.2.4", features = ["ibc3"] }
cosmwasm-std = { version = "1.2.3", features = ["ibc3"] }
cw-storage-plus = "1.0.1"
cw-utils = "1.0.2"
cw2 = "1.0.1"
Expand All @@ -97,4 +97,4 @@ astroport-whitelist = {git = "https://github.com/astroport-fi/astroport-core.git
astroport-factory = {git = "https://github.com/astroport-fi/astroport-core.git"}
astroport-native-coin-registry = {git = "https://github.com/astroport-fi/astroport-core.git"}
astroport-pair-stable = {git = "https://github.com/astroport-fi/astroport-core.git"}
cw1-whitelist = "1.1.0"
cw1-whitelist = "1.1.0"

0 comments on commit be0be32

Please sign in to comment.