Skip to content

Commit

Permalink
Remove name in post
Browse files Browse the repository at this point in the history
  • Loading branch information
Tehnix committed Jun 25, 2024
1 parent baaf22a commit 4837243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posts/2024-06-24-using-capacitor-plugins-from-rust-wasm.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ pub mod plugins;

And finally, let’s update our dependencies of the Rust project in `./capacitor-rs/Cargo.toml`:

```toml name=capacitor-rs/Cargo.toml
```toml
[package]
name = "capacitor-rs"
version = "0.1.0"
Expand Down

0 comments on commit 4837243

Please sign in to comment.