File tree Expand file tree Collapse file tree 13 files changed +42
-42
lines changed Expand file tree Collapse file tree 13 files changed +42
-42
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ resolver = "2"
55exclude = [" ui/backend" ]
66
77[workspace .package ]
8- version = " 18.9 .0"
8+ version = " 18.10 .0"
99authors = [
" Ellie Huxtable <[email protected] >" ]
1010rust-version = " 1.90"
1111license = " MIT"
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ daemon = []
1919check-update = []
2020
2121[dependencies ]
22- atuin-common = { path = " ../atuin-common" , version = " 18.9 .0" }
22+ atuin-common = { path = " ../atuin-common" , version = " 18.10 .0" }
2323
2424log = { workspace = true }
2525base64 = { workspace = true }
Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ readme.workspace = true
1414# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1515
1616[dependencies ]
17- atuin-client = { path = " ../atuin-client" , version = " 18.9 .0" }
18- atuin-dotfiles = { path = " ../atuin-dotfiles" , version = " 18.9 .0" }
19- atuin-history = { path = " ../atuin-history" , version = " 18.9 .0" }
17+ atuin-client = { path = " ../atuin-client" , version = " 18.10 .0" }
18+ atuin-dotfiles = { path = " ../atuin-dotfiles" , version = " 18.10 .0" }
19+ atuin-history = { path = " ../atuin-history" , version = " 18.10 .0" }
2020
2121time = { workspace = true }
2222uuid = { workspace = true }
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ readme.workspace = true
1414# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1515
1616[dependencies ]
17- atuin-common = { path = " ../atuin-common" , version = " 18.9 .0" }
18- atuin-client = { path = " ../atuin-client" , version = " 18.9 .0" }
17+ atuin-common = { path = " ../atuin-common" , version = " 18.10 .0" }
18+ atuin-client = { path = " ../atuin-client" , version = " 18.10 .0" }
1919
2020eyre = { workspace = true }
2121tokio = { workspace = true }
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ readme.workspace = true
1414# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1515
1616[dependencies ]
17- atuin-client = { path = " ../atuin-client" , version = " 18.9 .0" }
17+ atuin-client = { path = " ../atuin-client" , version = " 18.10 .0" }
1818
1919time = { workspace = true }
2020serde = { workspace = true }
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ readme.workspace = true
1414# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1515
1616[dependencies ]
17- atuin-client = { path = " ../atuin-client" , version = " 18.9 .0" }
18- atuin-common = { path = " ../atuin-common" , version = " 18.9 .0" }
17+ atuin-client = { path = " ../atuin-client" , version = " 18.10 .0" }
18+ atuin-common = { path = " ../atuin-common" , version = " 18.10 .0" }
1919
2020tracing = { workspace = true }
2121tracing-subscriber = { workspace = true }
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ readme.workspace = true
1414# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1515
1616[dependencies ]
17- atuin-client = { path = " ../atuin-client" , version = " 18.9 .0" }
18- atuin-common = { path = " ../atuin-common" , version = " 18.9 .0" }
17+ atuin-client = { path = " ../atuin-client" , version = " 18.10 .0" }
18+ atuin-common = { path = " ../atuin-common" , version = " 18.10 .0" }
1919
2020tracing = { workspace = true }
2121tracing-subscriber = { workspace = true }
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ homepage = { workspace = true }
1010repository = { workspace = true }
1111
1212[dependencies ]
13- atuin-common = { path = " ../atuin-common" , version = " 18.9 .0" }
13+ atuin-common = { path = " ../atuin-common" , version = " 18.10 .0" }
1414
1515tracing = { workspace = true }
1616time = { workspace = true }
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ homepage = { workspace = true }
1010repository = { workspace = true }
1111
1212[dependencies ]
13- atuin-common = { path = " ../atuin-common" , version = " 18.9 .0" }
14- atuin-server-database = { path = " ../atuin-server-database" , version = " 18.9 .0" }
13+ atuin-common = { path = " ../atuin-common" , version = " 18.10 .0" }
14+ atuin-server-database = { path = " ../atuin-server-database" , version = " 18.10 .0" }
1515
1616eyre = { workspace = true }
1717tracing = { workspace = true }
You can’t perform that action at this time.
0 commit comments