Skip to content

Commit

Permalink
rust-stable, staticlib
Browse files Browse the repository at this point in the history
  • Loading branch information
grazder committed Nov 23, 2023
1 parent 3ef5b01 commit dea3567
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly
toolchain: stable
target: ${{ matrix.target }}

# https://rustwasm.github.io/wasm-pack/installer/
Expand Down
2 changes: 1 addition & 1 deletion libDF/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ rust-version = "1.60"
[lib]
name = "df"
path = "src/lib.rs"
crate-type = ["cdylib", "rlib"]
crate-type = ["cdylib", "rlib", "staticlib"]

[[bin]]
name = "sample-hdf5"
Expand Down

0 comments on commit dea3567

Please sign in to comment.