Skip to content

Commit

Permalink
updated version refs
Browse files Browse the repository at this point in the history
  • Loading branch information
friedemannsommer committed Jul 21, 2020
1 parent 21392f7 commit 4efc9dd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lib_tcstring"
version = "0.1.1"
version = "0.1.2"
authors = ["Joerg Jennerjahn <[email protected]>", "Friedemann Sommer <[email protected]>"]
edition = "2018"
description = "IAB TCF (v1, v2) TCString utilities"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Please go to [docs.rs/lib_tcstring](https://docs.rs/lib_tcstring)
`Cargo.toml`
```toml
[dependencies]
lib_tcstring = "0.1.0"
lib_tcstring = "0.1.2"
```

Code
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
//! ```

#![warn(clippy::all)]
#![doc(html_root_url = "https://docs.rs/lib_tcstring/0.1.0")]
#![doc(html_root_url = "https://docs.rs/lib_tcstring/0.1.2")]
#![warn(missing_docs)]

#[cfg(feature = "serde")]
Expand Down

0 comments on commit 4efc9dd

Please sign in to comment.