Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
codephi committed Sep 25, 2024
1 parent 5c62379 commit d7bae6b
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
Welcome to **Valu3** - the ultimate, flexible, and powerful library for manipulating diverse data types in your Rust projects. Say goodbye to the complexity of handling numbers, strings, arrays, objects, and datetime values. Valu3 is here to make your life easier!


[![crates.io](https://img.shields.io/crates/v/valu3?label=0.5.3)](https://crates.io/crates/valu3)
[![Documentation](https://docs.rs/valu3/badge.svg?version=0.5.3)](https://docs.rs/valu3/0.5.3)
[![crates.io](https://img.shields.io/crates/v/valu3?label=0.5.4)](https://crates.io/crates/valu3)
[![Documentation](https://docs.rs/valu3/badge.svg?version=0.5.4)](https://docs.rs/valu3/0.5.4)
![MSRV](https://img.shields.io/badge/rustc-1.59+-ab6000.svg)
![MIT or Apache 2.0 licensed](https://img.shields.io/crates/l/actix-web.svg)
[![Dependency Status](https://deps.rs/crate/valu3/0.5.3/status.svg)](https://deps.rs/crate/valu3/0.5.3)
[![Dependency Status](https://deps.rs/crate/valu3/0.5.4/status.svg)](https://deps.rs/crate/valu3/0.5.4)
![Main test](https://github.com/purp-lang/valu3/actions/workflows/main-test.yml/badge.svg)
[![codecov](https://codecov.io/gh/purp-lang/valu3/branch/master/graph/badge.svg)](https://codecov.io/gh/purp-lang/valu3)
![downloads](https://img.shields.io/crates/d/valu3.svg)
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.3
0.5.4
4 changes: 2 additions & 2 deletions valu3/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "valu3"
version = "0.5.3"
version = "0.5.4"
edition = "2021"
license = "MIT OR Apache-2.0"
readme = "crates-io.md"
Expand All @@ -17,7 +17,7 @@ pest_derive="2.7.13"
regex = "1.10.6"
chrono = "0.4.38"
serde = { version = "1.0.210", features = ["derive"], optional = true }
valu3-derive = { path = "../valu3_derive", optional = true, version = "0.5.3"}
valu3-derive = { path = "../valu3_derive", optional = true, version = "0.5.4"}
bincode = { version = "1.3.3", optional = true }

[dev-dependencies]
Expand Down
6 changes: 3 additions & 3 deletions valu3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
Welcome to **Valu3** - the ultimate, flexible, and powerful library for manipulating diverse data types in your Rust projects. Say goodbye to the complexity of handling numbers, strings, arrays, objects, and datetime values. Valu3 is here to make your life easier!


[![crates.io](https://img.shields.io/crates/v/valu3?label=0.5.3)](https://crates.io/crates/valu3)
[![Documentation](https://docs.rs/valu3/badge.svg?version=0.5.3)](https://docs.rs/valu3/0.5.3)
[![crates.io](https://img.shields.io/crates/v/valu3?label=0.5.4)](https://crates.io/crates/valu3)
[![Documentation](https://docs.rs/valu3/badge.svg?version=0.5.4)](https://docs.rs/valu3/0.5.4)
![MSRV](https://img.shields.io/badge/rustc-1.59+-ab6000.svg)
![MIT or Apache 2.0 licensed](https://img.shields.io/crates/l/actix-web.svg)
[![Dependency Status](https://deps.rs/crate/valu3/0.5.3/status.svg)](https://deps.rs/crate/valu3/0.5.3)
[![Dependency Status](https://deps.rs/crate/valu3/0.5.4/status.svg)](https://deps.rs/crate/valu3/0.5.4)
![Main test](https://github.com/purp-lang/valu3/actions/workflows/main-test.yml/badge.svg)
[![codecov](https://codecov.io/gh/purp-lang/valu3/branch/master/graph/badge.svg)](https://codecov.io/gh/purp-lang/valu3)
![downloads](https://img.shields.io/crates/d/valu3.svg)
Expand Down
2 changes: 1 addition & 1 deletion valu3_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "valu3-derive"
version = "0.5.3"
version = "0.5.4"
edition = "2021"
license = "MIT OR Apache-2.0"
readme = "crates-io.md"
Expand Down
6 changes: 3 additions & 3 deletions valu3_derive/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
Welcome to **Valu3** - the ultimate, flexible, and powerful library for manipulating diverse data types in your Rust projects. Say goodbye to the complexity of handling numbers, strings, arrays, objects, and datetime values. Valu3 is here to make your life easier!


[![crates.io](https://img.shields.io/crates/v/valu3?label=0.5.3)](https://crates.io/crates/valu3)
[![Documentation](https://docs.rs/valu3/badge.svg?version=0.5.3)](https://docs.rs/valu3/0.5.3)
[![crates.io](https://img.shields.io/crates/v/valu3?label=0.5.4)](https://crates.io/crates/valu3)
[![Documentation](https://docs.rs/valu3/badge.svg?version=0.5.4)](https://docs.rs/valu3/0.5.4)
![MSRV](https://img.shields.io/badge/rustc-1.59+-ab6000.svg)
![MIT or Apache 2.0 licensed](https://img.shields.io/crates/l/actix-web.svg)
[![Dependency Status](https://deps.rs/crate/valu3/0.5.3/status.svg)](https://deps.rs/crate/valu3/0.5.3)
[![Dependency Status](https://deps.rs/crate/valu3/0.5.4/status.svg)](https://deps.rs/crate/valu3/0.5.4)
![Main test](https://github.com/purp-lang/valu3/actions/workflows/main-test.yml/badge.svg)
[![codecov](https://codecov.io/gh/purp-lang/valu3/branch/master/graph/badge.svg)](https://codecov.io/gh/purp-lang/valu3)
![downloads](https://img.shields.io/crates/d/valu3.svg)
Expand Down

0 comments on commit d7bae6b

Please sign in to comment.