Skip to content

Commit

Permalink
chore: Update version number in Cargo.toml (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjameswh authored Mar 23, 2023
1 parent e85f6b8 commit 4556c0f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
8 changes: 0 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,11 @@ GEM
fiber-local (1.0.0)
fileutils (1.7.0)
google-protobuf (3.21.12)
google-protobuf (3.21.12-x86_64-darwin)
google-protobuf (3.21.12-x86_64-linux)
googleapis-common-protos-types (1.5.0)
google-protobuf (~> 3.14)
grpc (1.52.0)
google-protobuf (~> 3.21)
googleapis-common-protos-types (~> 1.0)
grpc (1.52.0-x86_64-darwin)
google-protobuf (~> 3.21)
googleapis-common-protos-types (~> 1.0)
grpc (1.52.0-x86_64-linux)
google-protobuf (~> 3.21)
googleapis-common-protos-types (~> 1.0)
grpc-tools (1.52.0)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
Expand Down
2 changes: 1 addition & 1 deletion bridge/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 bridge/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bridge"
version = "0.0.1"
version = "0.1.0"
authors = ["Anthony D <[email protected]>"]
edition = "2021"
repository = "https://github.com/temporalio/sdk-ruby"
Expand Down

0 comments on commit 4556c0f

Please sign in to comment.