From d7f865b59897e5357ccb761733477251bb6f4f7c Mon Sep 17 00:00:00 2001 From: Colin Woodbury Date: Thu, 4 Apr 2024 13:19:43 +0900 Subject: [PATCH] docs(aura): update readme --- rust/aura-pm/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/aura-pm/README.md b/rust/aura-pm/README.md index 796a00264..e4e0e4c00 100644 --- a/rust/aura-pm/README.md +++ b/rust/aura-pm/README.md @@ -10,5 +10,5 @@ Since this crate is still in the Alpha phase, you'll need to specify the version yourself when installing it via `cargo`: ``` -cargo install aura-pm --version 4.0.0-beta01 +cargo install aura-pm --version 4.0.0-beta02 ```