-
-
Notifications
You must be signed in to change notification settings - Fork 679
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
21 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "zellij" | ||
version = "0.40.0" | ||
version = "0.39.1" | ||
authors = ["Aram Drevekenin <[email protected]>"] | ||
edition = "2021" | ||
description = "A terminal workspace with batteries included" | ||
|
@@ -13,9 +13,9 @@ rust-version = "1.60" | |
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
[dependencies] | ||
zellij-client = { path = "zellij-client/", version = "0.40.0" } | ||
zellij-server = { path = "zellij-server/", version = "0.40.0" } | ||
zellij-utils = { path = "zellij-utils/", version = "0.40.0" } | ||
zellij-client = { path = "zellij-client/", version = "0.39.1" } | ||
zellij-server = { path = "zellij-server/", version = "0.39.1" } | ||
zellij-utils = { path = "zellij-utils/", version = "0.39.1" } | ||
thiserror = "1.0.40" | ||
names = { version = "0.14.0", default-features = false } | ||
log = "0.4.17" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "zellij-client" | ||
version = "0.40.0" | ||
version = "0.39.1" | ||
authors = ["Kunal Mohan <[email protected]>"] | ||
edition = "2021" | ||
description = "The client-side library for Zellij" | ||
|
@@ -14,7 +14,7 @@ serde = { version = "1.0", features = ["derive"] } | |
url = { version = "2.2.2", features = ["serde"] } | ||
serde_yaml = "0.8" | ||
serde_json = "1.0" | ||
zellij-utils = { path = "../zellij-utils/", version = "0.40.0" } | ||
zellij-utils = { path = "../zellij-utils/", version = "0.39.1" } | ||
log = "0.4.17" | ||
|
||
[dev-dependencies] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "zellij-server" | ||
version = "0.40.0" | ||
version = "0.39.1" | ||
authors = ["Kunal Mohan <[email protected]>"] | ||
edition = "2021" | ||
description = "The server-side library for Zellij" | ||
|
@@ -21,7 +21,7 @@ url = "2.2.2" | |
wasmer = "3.1.1" | ||
wasmer-wasi = "3.1.1" | ||
cassowary = "0.3.0" | ||
zellij-utils = { path = "../zellij-utils/", version = "0.40.0" } | ||
zellij-utils = { path = "../zellij-utils/", version = "0.39.1" } | ||
log = "0.4.17" | ||
typetag = "0.1.7" | ||
chrono = "0.4.19" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "zellij-tile-utils" | ||
version = "0.40.0" | ||
version = "0.39.1" | ||
authors = ["denis <[email protected]>"] | ||
edition = "2021" | ||
description = "A utility library for Zellij plugins" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "zellij-tile" | ||
version = "0.40.0" | ||
version = "0.39.1" | ||
authors = ["Brooks J Rady <[email protected]>"] | ||
edition = "2021" | ||
description = "A small client-side library for writing Zellij plugins" | ||
|
@@ -12,4 +12,4 @@ serde = { version = "1.0", features = ["derive"] } | |
serde_json = "1.0" | ||
strum = "0.20.0" | ||
strum_macros = "0.20.0" | ||
zellij-utils = { path = "../zellij-utils/", version = "0.40.0" } | ||
zellij-utils = { path = "../zellij-utils/", version = "0.39.1" } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "zellij-utils" | ||
version = "0.40.0" | ||
version = "0.39.1" | ||
authors = ["Kunal Mohan <[email protected]>"] | ||
edition = "2021" | ||
description = "A utility library for Zellij client and server" | ||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.