Skip to content

Commit 9d153cb

Browse files
committed
Comment out windows in rs_port ci.
1 parent 8364cf7 commit 9d153cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
os: [ubuntu-latest, macos-latest, windows-latest]
25+
os: [ubuntu-latest, macos-latest] # TODO: windows-latest
2626
steps:
2727
- name: Check out the repo
2828
uses: actions/checkout@v4

source/ports/rs_port/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "Apache-2.0"
77
name = "metacall"
88
readme = "README.md"
99
repository = "https://github.com/metacall/core/tree/develop/source/ports/rs_port"
10-
version = "0.4.3"
10+
version = "0.4.4"
1111

1212
[lib]
1313
crate-type = ["lib"]

0 commit comments

Comments
 (0)