Skip to content

Commit

Permalink
ci: fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Cypher committed Dec 24, 2023
1 parent fe9d5d0 commit fa0b478
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# These are supported funding model platforms

github: [dr-orlovsky, strict-types]
github: [dr-orlovsky, cyphernet-dao]
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
fail-fast: false
matrix:
feature:
- secp256k1
- cli
steps:
- uses: actions/checkout@v2
- name: Install rust stable
Expand All @@ -53,7 +53,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-20.04, ubuntu-22.04, macos-11, macos-12, windows-2019, windows-2022 ]
os: [ ubuntu-22.04, ubuntu-latest, macos-12, macos-latest, windows-2019, windows-2022 ]
steps:
- uses: actions/checkout@v2
- name: Install rust stable
Expand All @@ -71,7 +71,7 @@ jobs:
strategy:
fail-fast: false
matrix:
toolchain: [ nightly, beta, stable, 1.65.0 ]
toolchain: [ nightly, beta, stable, 1.70.0 ]
steps:
- uses: actions/checkout@v2
- name: Install rust ${{ matrix.toolchain }}
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ readme = "README.md"
authors = ["Cypher <[email protected]>"]
homepage = "https://cyphernet.io"
repository = "https://github.com/Cyphernet-DAO/ssid"
rust-version = "1.66"
rust-version = "1.70.0"
edition = "2021"
license = "Apache-2.0"

Expand Down
2 changes: 1 addition & 1 deletion MANIFEST.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Type: Library
Kind: Free software
License: Apache-2.0
Language: Rust
Compiler: 1.66
Compiler: 1.70.0
Author: Cypher
Maintained: Cyphernet DAO, Switzerland
Maintainers:
Expand Down

0 comments on commit fa0b478

Please sign in to comment.