Skip to content

Commit

Permalink
Merge pull request #14 from golemcloud/vigoo/update-wasmtime-v21
Browse files Browse the repository at this point in the history
Update to the latest tooling
  • Loading branch information
vigoo authored Jun 19, 2024
2 parents 48e26d8 + 5629b07 commit e4bc5d0
Show file tree
Hide file tree
Showing 5 changed files with 16,018 additions and 14,694 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI
on:
push:
tags:
- 'v*.*.*'
- "v*.*.*"
branches:
- main
pull_request:
Expand All @@ -13,7 +13,6 @@ env:

jobs:
build:

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -33,7 +32,7 @@ jobs:
override: true
- uses: cargo-bins/cargo-binstall@main
- name: Install cargo-component
run: cargo binstall --no-confirm cargo-component@0.7.0
run: cargo binstall --no-confirm cargo-component@0.13.2
- name: Check formatting
run: cargo fmt -- --check
- name: Clippy
Expand All @@ -44,7 +43,7 @@ jobs:
run: cargo component build -p golem-rust

publish:
needs: [ build ]
needs: [build]
if: "startsWith(github.ref, 'refs/tags/v')"
runs-on: ubuntu-latest
steps:
Expand Down
8 changes: 4 additions & 4 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 golem-rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ crate-type = ["cdylib", "rlib"]
[dependencies]
golem-rust-macro = { path = "../golem-rust-macro", version = "0.0.0", optional = true }
uuid = { version = "1.8.0", features = ["v4"], optional = true }
wit-bindgen = { version = "=0.17.0", default-features = false, features = ["realloc"] }
wit-bindgen-rt = { version = "0.26.0", features = ["bitflags"] }

[features]
default = ["macro", "uuid"]
Expand Down
Loading

0 comments on commit e4bc5d0

Please sign in to comment.