Skip to content

Commit e47f24a

Browse files
authored
Merge pull request #12 from T3pp31/codex/update-dependency-version-in-readme
docs: READMEのインストール依存バージョンを1.0.4に更新
2 parents 0eceacb + cfb0490 commit e47f24a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,11 @@ Add this to your `Cargo.toml`:
2323

2424
```toml
2525
[dependencies]
26-
caesar_cipher_enc_dec = "0.6.2"
26+
caesar_cipher_enc_dec = "1.0.4"
2727
```
2828

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).
30+
2931
## Library Usage
3032

3133
### Basic Usage

0 commit comments

Comments
 (0)