Skip to content

Commit

Permalink
Bump version to 0.8.5 (#694)
Browse files Browse the repository at this point in the history
* Bump version to 0.8.5

* check to see if compiling to the gnu makes any difference in regards to the publish dryrun on windows.

* rollback windows-gnu attempt and disable windows dryrun/publish

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Leigh McCulloch <[email protected]>
Co-authored-by: Tsachi Herman <[email protected]>
  • Loading branch information
4 people authored Jun 15, 2023
1 parent 1abb58d commit 1ff4e4a
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
target: x86_64-apple-darwin
- os: macos-latest
target: aarch64-apple-darwin
- os: windows-latest
target: x86_64-pc-windows-msvc
ext: .exe
# - os: windows-latest
# target: x86_64-pc-windows-msvc
# ext: .exe
runs-on: ${{ matrix.os }}
env:
VERSION: '${{ github.event.release.name }}'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ jobs:
target: x86_64-apple-darwin
- os: macos-latest
target: aarch64-apple-darwin
- os: windows-latest
target: x86_64-pc-windows-msvc
# - os: windows-latest
# target: x86_64-pc-windows-msvc
uses: stellar/actions/.github/workflows/rust-publish-dry-run.yml@main
with:
runs-on: ${{ matrix.os }}
Expand Down
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ git = "https://github.com/stellar/rs-soroban-sdk"
rev = "090f5c88e8f8b67f4d02010665aedfea6ee43db3"

[workspace.dependencies.soroban-cli]
version = "0.8.0"
version = "0.8.5"
path = "cmd/soroban-cli"


Expand Down
2 changes: 1 addition & 1 deletion cmd/crates/soroban-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repository = "https://github.com/stellar/soroban-test"
authors = ["Stellar Development Foundation <[email protected]>"]
license = "Apache-2.0"
readme = "README.md"
version = "0.8.0"
version = "0.8.5"
edition = "2021"
rust-version = "1.70"
autobins = false
Expand Down
2 changes: 1 addition & 1 deletion cmd/crates/soroban-test/tests/fixtures/hello/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "soroban-hello"
version = "0.8.0"
version = "0.8.5"
edition = "2021"
publish = false

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "test_custom_types"
version = "0.8.0"
version = "0.8.5"
authors = ["Stellar Development Foundation <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "test_hello_world"
version = "0.8.0"
version = "0.8.5"
authors = ["Stellar Development Foundation <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion cmd/soroban-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repository = "https://github.com/stellar/soroban-cli"
authors = ["Stellar Development Foundation <[email protected]>"]
license = "Apache-2.0"
readme = "README.md"
version = "0.8.0"
version = "0.8.5"
edition = "2021"
rust-version = "1.70"
autobins = false
Expand Down
2 changes: 1 addition & 1 deletion cmd/soroban-rpc/lib/preflight/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "preflight"
version = "0.8.0"
version = "0.8.5"
publish = false

[lib]
Expand Down

0 comments on commit 1ff4e4a

Please sign in to comment.