Skip to content

Commit

Permalink
precis: Bump library from version 0.1.3 to version 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sancane committed Dec 4, 2021
1 parent dea87c3 commit ec29c47
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions precis-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "precis-core"
version = "0.1.3"
version = "0.1.4"
authors = ["Santiago Carot-Nemesio <[email protected]>"]
description = """
PRECIS Framework: Preparation, Enforcement, and Comparison of
Expand All @@ -17,11 +17,11 @@ categories = ["text-processing", "internationalization"]
edition = "2018"

[dev-dependencies]
precis-tools = { path = "../precis-tools", version = "0.1.3" }
precis-tools = { path = "../precis-tools", version = "0.1.4" }
ucd-parse = "0.1.8"

[build-dependencies]
precis-tools = { path = "../precis-tools", version = "0.1.3" }
precis-tools = { path = "../precis-tools", version = "0.1.4" }
ucd-parse = "0.1.8"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion precis-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ to your `Cargo.toml`:

```toml
[dependencies]
precis-core = "0.1.3"
precis-core = "0.1.4"
```

# Documentation
Expand Down
2 changes: 1 addition & 1 deletion precis-core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
//!
//! ```toml
//! [dependencies]
//! precis-core = "0.1.3"
//! precis-core = "0.1.4"
//! ```
#![deny(missing_docs)]
Expand Down
6 changes: 3 additions & 3 deletions precis-profiles/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "precis-profiles"
version = "0.1.3"
version = "0.1.4"
authors = ["Santiago Carot-Nemesio <[email protected]"]
description = """
Implementation of the PRECIS Framework: Preparation, Enforcement,
Expand All @@ -18,11 +18,11 @@ categories = ["text-processing", "internationalization"]
edition = "2018"

[build-dependencies]
precis-tools = { path = "../precis-tools", version = "0.1.3" }
precis-tools = { path = "../precis-tools", version = "0.1.4" }

[dependencies]
lazy_static = "1.4.0"
precis-core = { path = "../precis-core", version = "0.1.3" }
precis-core = { path = "../precis-core", version = "0.1.4" }
unicode-normalization = "0.1.19"

[features]
Expand Down
2 changes: 1 addition & 1 deletion precis-profiles/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ to your `Cargo.toml`:

```toml
[dependencies]
precis-profiles = "0.1.3"
precis-profiles = "0.1.4"
```

# Documentation
Expand Down
2 changes: 1 addition & 1 deletion precis-profiles/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
//!
//! ```toml
//! [dependencies]
//! precis-profiles = "0.1.3"
//! precis-profiles = "0.1.4"
//! ```
#![deny(missing_docs)]
Expand Down
2 changes: 1 addition & 1 deletion precis-tools/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "precis-tools"
version = "0.1.3"
version = "0.1.4"
authors = ["Santiago Carot-Nemesio <[email protected]>"]
description = """
Tools and parsers to generate PRECIS tables from the Unicode Character Database (UCD)
Expand Down
2 changes: 1 addition & 1 deletion precis-tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ to your `Cargo.toml`:

```toml
[dependencies]
precis-tools = "0.1.3"
precis-tools = "0.1.4"
```

This crate is generally used to generate code to be used by other crates such as
Expand Down
2 changes: 1 addition & 1 deletion precis-tools/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//!
//! ```toml
//! [dependencies]
//! precis-tools = "0.1.3"
//! precis-tools = "0.1.4"
//! ```
//! This crate is generally used to generate code to be used by other crates such as
//! [precis-core](https://docs.rs/precis-core) or [precis-profiles](https://docs.rs/precis-profiles).
Expand Down

0 comments on commit ec29c47

Please sign in to comment.