Skip to content

Commit

Permalink
Release 1.0.2-alpha.0
Browse files Browse the repository at this point in the history
[email protected]
[email protected]

Generated by cargo-workspaces
  • Loading branch information
opeolluwa committed Mar 25, 2024
1 parent 1397cb1 commit a5a76d7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors = ["adeoye adefemi <[email protected]>"]
description = "a compilation of utility scripts for every day use in building applications and using certain features on my laptop"
edition = "2021"
name = "utils-cli"
version = "1.0.1-alpha.0"
version = "1.0.2-alpha.0"
license = "Apache-2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down Expand Up @@ -39,7 +39,7 @@ tokio = {version = "1.20.0", features = ["macros", "rt-multi-thread"] }
uuid = {version = "1.4.1", features = ["v4", "fast-rng", "macro-diagnostics"] }
sea-orm = { version = "0.12", features = [ "sqlx-sqlite", "runtime-tokio-native-tls", "macros" , "with-uuid", "with-time"] }
anyhow = "1.0.81"
entity = { path = "./entity", version = "1.0.1-alpha.0"}
entity = { path = "./entity", version = "1.0.2-alpha.0"}
migration = { path = "./migration", version = "*"} # depends on your needs


3 changes: 2 additions & 1 deletion entity/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[package]
name = "entity"
version = "1.0.1-alpha.0"
version = "1.0.2-alpha.0"
edition = "2021"


# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion migration/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "migration"
name = "utils-cli-migration"
version = "1.0.0"
edition = "2021"
publish = false
Expand Down

0 comments on commit a5a76d7

Please sign in to comment.