Skip to content

Commit

Permalink
release: v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxiaohei committed Aug 29, 2023
1 parent 73eaa34 commit 5381b41
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
22 changes: 11 additions & 11 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 @@ -41,17 +41,17 @@ members = [
]

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

[workspace.dependencies]
land-worker = { path = "crates/worker", version = "0.1.0-rc.4" }
land-sdk-macro = { path = "crates/sdk-macro", version = "0.1.0-rc.4" }
land-sdk = { path = "crates/sdk", version = "0.1.0-rc.4" }
land-core = { path = "crates/core", version = "0.1.0-rc.4" }
land-dao = { path = "crates/dao", version = "0.1.0-rc.4" }
land-storage = { path = "crates/storage", version = "0.1.0-rc.4" }
land-worker = { path = "crates/worker", version = "0.1.0" }
land-sdk-macro = { path = "crates/sdk-macro", version = "0.1.0" }
land-sdk = { path = "crates/sdk", version = "0.1.0" }
land-core = { path = "crates/core", version = "0.1.0" }
land-dao = { path = "crates/dao", version = "0.1.0" }
land-storage = { path = "crates/storage", version = "0.1.0" }
anyhow = "1.0.75"
axum = { version = "0.6.20", features = ["headers", "ws"] }
clap = { version = "4.4.0", features = ["derive", "env"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Add this to your `Cargo.toml`:
[dependencies]
anyhow = "1.0.75"
http = "0.2.9"
land-sdk = "0.1.0-rc.4"
land-sdk = "0.1.0"
wit-bindgen = "0.10.0"

[lib]
Expand Down

0 comments on commit 5381b41

Please sign in to comment.