Closed adzialocha closed 2 months ago
This PR adds a CI workflow for Rust, renames the CI file, updates Cargo.lock, and comments out rhio-ffi in Cargo.toml.
Cargo.lock
rhio-ffi
Cargo.toml
Key points:
.github/workflows/ci.yaml
.github/workflows/rust.yaml
ubuntu-latest
1.80.1
Generated with :heart: by ellipsis.dev
Summary:
This PR adds a CI workflow for Rust, renames the CI file, updates
Cargo.lock
, and comments outrhio-ffi
inCargo.toml
.Key points:
.github/workflows/ci.yaml
to.github/workflows/rust.yaml
.ubuntu-latest
with Rust toolchain1.80.1
.Cargo.lock
to remove unused dependencies.rhio-ffi
crate inCargo.toml
due to issue #63.Generated with :heart: by ellipsis.dev