We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8364cf7 commit 9d153cbCopy full SHA for 9d153cb
.github/workflows/release-rust.yml
@@ -22,7 +22,7 @@ jobs:
22
strategy:
23
fail-fast: false
24
matrix:
25
- os: [ubuntu-latest, macos-latest, windows-latest]
+ os: [ubuntu-latest, macos-latest] # TODO: windows-latest
26
steps:
27
- name: Check out the repo
28
uses: actions/checkout@v4
source/ports/rs_port/Cargo.toml
@@ -7,7 +7,7 @@ license = "Apache-2.0"
7
name = "metacall"
8
readme = "README.md"
9
repository = "https://github.com/metacall/core/tree/develop/source/ports/rs_port"
10
-version = "0.4.3"
+version = "0.4.4"
11
12
[lib]
13
crate-type = ["lib"]
0 commit comments