Skip to content

Commit

Permalink
Merge pull request #57 from golemcloud/1.0
Browse files Browse the repository at this point in the history
Golem 1.0.0
  • Loading branch information
vigoo authored Aug 19, 2024
2 parents 02da181 + 7a62df3 commit 19b185c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ default-run = "golem-examples-cli"
clap = { version = "4.4.17", features = ["derive"], optional = true }
colored = "2.1.0"
derive_more = "0.99.17"
golem-wit = { version = "1.0.0-rc1" }
golem-wit = { version = "1.0.0" }
include_dir = { version = "0.7.3" }
Inflector = { version = "0.11.4" }
once_cell = { version = "1.19.0" }
Expand Down
4 changes: 2 additions & 2 deletions examples/rust/rust-default/Cargo.toml._
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ opt-level = 's'
[dependencies]
wit-bindgen-rt = { version = "0.26.0", features = ["bitflags"] }

golem-rust = { version = "1.0.0-rc1" }
golem-rust-macro = { version = "1.0.0-rc1" }
golem-rust = { version = "1.0.0" }
golem-rust-macro = { version = "1.0.0" }
reqwest = { git = "https://github.com/zivergetech/reqwest", branch = "update-jun-2024", features = ["json"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
Expand Down

0 comments on commit 19b185c

Please sign in to comment.