Skip to content

Commit

Permalink
release: v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxiaohei committed Oct 17, 2023
1 parent 8b46547 commit f7eb43f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

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

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,17 @@ members = [
]

[workspace.package]
version = "0.1.4-rc.4"
version = "0.1.4"
edition = "2021"
authors = ["fuxiaohei <fudong0797@gmail.com>"]

[workspace.dependencies]
land-worker = { path = "crates/worker", version = "0.1.4-rc.4" }
land-sdk-macro = { path = "crates/sdk-macro", version = "0.1.4-rc.4" }
land-sdk = { path = "crates/sdk", version = "0.1.4-rc.4" }
land-core = { path = "crates/core", version = "0.1.4-rc.4" }
land-dao = { path = "crates/dao", version = "0.1.4-rc.4" }
land-storage = { path = "crates/storage", version = "0.1.4-rc.4" }
land-worker = { path = "crates/worker", version = "0.1.4" }
land-sdk-macro = { path = "crates/sdk-macro", version = "0.1.4" }
land-sdk = { path = "crates/sdk", version = "0.1.4" }
land-core = { path = "crates/core", version = "0.1.4" }
land-dao = { path = "crates/dao", version = "0.1.4" }
land-storage = { path = "crates/storage", version = "0.1.4" }
anyhow = "1.0.75"
axum = { version = "0.6.20", features = ["headers", "ws"] }
clap = { version = "4.4.6", features = ["derive", "env"] }
Expand Down

0 comments on commit f7eb43f

Please sign in to comment.