We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a28741e commit 7e3544dCopy full SHA for 7e3544d
2 files changed
AGENTS.md
@@ -1,5 +1,9 @@
1
See `README.md` for an overview of this Rust crate.
2
3
+# Checking
4
+
5
+When checking code, use `cargo clippy --workspace --all-features --all-targets` instead of `cargo check`.
6
7
# Updating
8
9
When bumping the version number:
crates/aeronet/docs/changelog.md
@@ -2,7 +2,7 @@ Version changelog.
# 0.20.0
-- [#85](https://github.com/aecsocket/aeronet/pull/85): SessionVisualizerPlugin: draw in EguiPrimaryContextPass
+- [#85](https://github.com/aecsocket/aeronet/pull/85): `SessionVisualizerPlugin`: draw in `EguiPrimaryContextPass`
- [#86](https://github.com/aecsocket/aeronet/pull/86): Update to `bevy_replicon` 0.39
# 0.19.1
0 commit comments