Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

Commit

Permalink
Increment patch number
Browse files Browse the repository at this point in the history
Documentation only change
  • Loading branch information
AndrewSisley committed Mar 11, 2020
1 parent 245d3d3 commit dfec9a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cql_storage_types/cql_tiny_text/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "TinyText storage support for CQL Database - a lightweight array-b
readme = "./README.md"
keywords = ["cql", "database", "array", "storage", "nosql"]
categories = ["database", "database-implementations", "filesystem", "caching"]
version = "0.2.0"
version = "0.2.1"
repository = "https://github.com/AndrewSisley/CQLDb/tree/master/cql_storage_types/cql_tiny_text"
authors = ["Andrew Sisley"]
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion cql_storage_types/cql_tiny_text/src/tiny_text.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ assert_eq!(result[2], TinyText::try_from(value3)?);
# }
```
*/
#![doc(html_root_url = "https://docs.rs/cql_tiny_text/0.2.0")]
#![doc(html_root_url = "https://docs.rs/cql_tiny_text/0.2.1")]

pub mod errors;
pub mod interop;
Expand Down

0 comments on commit dfec9a0

Please sign in to comment.