Skip to content

Commit

Permalink
Merge pull request #50 from ThomasdenH/edition-and-docs
Browse files Browse the repository at this point in the history
Update version in docs & readme
  • Loading branch information
ThomasdenH authored Oct 28, 2024
2 parents 94cf62b + a18a6ad commit ce5eee2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion iban_validate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependency:

```toml
[dependencies]
iban_validate = "4"
iban_validate = "5"
```

## Features
Expand Down
2 changes: 1 addition & 1 deletion iban_validate/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#![doc = include_str!("../README.md")]
#![doc(html_root_url = "https://docs.rs/iban_validate/4.0.1")]
#![doc(html_root_url = "https://docs.rs/iban_validate/5.0.0")]
#![forbid(unsafe_code)]
#![deny(missing_docs)]
#![deny(bare_trait_objects)]
Expand Down

0 comments on commit ce5eee2

Please sign in to comment.