mirror of
https://github.com/danbulant/Portfolio
synced 2026-06-18 22:11:14 +00:00
chore: version 2.0.0
This commit is contained in:
parent
7a9910c9d7
commit
0b28b8d5aa
3 changed files with 4 additions and 4 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -2223,7 +2223,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "portfolio-entity"
|
||||
version = "1.0.0"
|
||||
version = "2.0.0"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"chrono",
|
||||
|
|
@ -2232,7 +2232,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "portfolio-migration"
|
||||
version = "1.0.0"
|
||||
version = "2.0.0"
|
||||
dependencies = [
|
||||
"chrono",
|
||||
"portfolio-entity",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "portfolio-entity"
|
||||
version = "1.0.0"
|
||||
version = "2.0.0"
|
||||
edition = "2021"
|
||||
publish = false
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "portfolio-migration"
|
||||
version = "1.0.0"
|
||||
version = "2.0.0"
|
||||
edition = "2021"
|
||||
publish = false
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue