You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,9 +23,11 @@ Add this to your `Cargo.toml`:
23
23
24
24
```toml
25
25
[dependencies]
26
-
caesar_cipher_enc_dec = "0.6.2"
26
+
caesar_cipher_enc_dec = "1.0.4"
27
27
```
28
28
29
+
> Note: This version is pinned for documentation consistency with this repository (`Cargo.toml`). For the latest release, always check [crates.io](https://crates.io/crates/caesar_cipher_enc_dec).
0 commit comments