Skip to content

Commit 7269044

Browse files
authored
chore: bump solar v0.1.4 (#275)
1 parent e6cb956 commit 7269044

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
25-
rust: ["stable", "1.86"]
25+
rust: ["stable", "1.87"]
2626
flags: ["", "--all-features"]
2727
exclude:
2828
# Skip because some features have higher MSRV.
29-
- rust: "1.86" # MSRV
29+
- rust: "1.87" # MSRV
3030
flags: "--all-features"
3131
steps:
3232
- uses: actions/checkout@v4

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ resolver = "2"
55
[workspace.package]
66
authors = ["Foundry Maintainers"]
77
version = "0.16.3"
8-
rust-version = "1.86"
8+
rust-version = "1.87"
99
readme = "README.md"
1010
license = "MIT OR Apache-2.0"
1111
repository = "https://github.com/foundry-rs/compilers"
@@ -54,8 +54,8 @@ semver = { version = "1.0", features = ["serde"] }
5454
serde = { version = "1", features = ["derive", "rc"] }
5555
serde_json = "1.0"
5656
similar-asserts = "1"
57-
solar-parse = { version = "=0.1.3", default-features = false }
58-
solar-sema = { version = "=0.1.3", default-features = false }
57+
solar-parse = { version = "=0.1.4", default-features = false }
58+
solar-sema = { version = "=0.1.4", default-features = false }
5959
svm = { package = "svm-rs", version = "0.5", default-features = false }
6060
tempfile = "3.9"
6161
thiserror = "2"

0 commit comments

Comments
 (0)