Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #104 from golemcloud/1.1.0-rc1
Browse files Browse the repository at this point in the history
Golem 1.1 RC1
  • Loading branch information
vigoo authored Dec 4, 2024
2 parents a7a4370 + 843fba3 commit cb6e5cf
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 29 deletions.
38 changes: 20 additions & 18 deletions Cargo.lock

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

16 changes: 5 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
[workspace]
resolver = "2"

members = [
"wasm-rpc",
"wasm-rpc-stubgen",
"wasm-rpc-stubgen/tests-integration"
]
members = ["wasm-rpc", "wasm-rpc-stubgen", "wasm-rpc-stubgen/tests-integration"]

exclude = [
"tmp"
]
exclude = ["tmp"]

[profile.release]
debug = false
Expand All @@ -19,7 +13,7 @@ opt-level = 's'
[workspace.dependencies]
assert2 = "0.3.15"
fs_extra = "1.3.0"
golem-wasm-ast = "1.0.1"
golem-wasm-ast = "1.1.0-rc1"
tempfile = "3.12.0"
test-r = { version = "0.0.13", default-features = false }
tokio = "1.38.0"
test-r = { version = "1.1.0", default-features = false }
tokio = "1.38.0"

0 comments on commit cb6e5cf

Please sign in to comment.