Skip to content

Commit

Permalink
Merge pull request #1038 from rainlanguage/2024-12-02-update-typecast
Browse files Browse the repository at this point in the history
update typecast without build script
  • Loading branch information
hardyjosh authored Dec 3, 2024
2 parents 7680d8d + 41c6e7c commit 556b016
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 63 deletions.
40 changes: 10 additions & 30 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ homepage = "https://github.com/rainprotocol/rain.orderbook"
[workspace.dependencies]
foundry-block-explorers = "0.2.6"
alloy = { version = "0.1.4" }
alloy-ethers-typecast = { git = "https://github.com/rainlanguage/alloy-ethers-typecast", rev = "0e636d2bc865a49c6eaea95ab139465708a65698" }
alloy-ethers-typecast = { git = "https://github.com/rainlanguage/alloy-ethers-typecast", rev = "65a68f207287d024cba934bf1e3c8b3f63d2834a" }
anyhow = "1.0.70"
async-trait = "0.1.77"
clap = { version = "4.2.5", features = ["cargo", "derive"] }
Expand Down Expand Up @@ -52,7 +52,7 @@ derive_builder = "0.20.0"
thirtyfour = "0.31.0"
test-context = "0.3.0"
portpicker = "0.1.1"
rain-erc = { git = "https://github.com/rainlanguage/rain.erc", rev = "e86b46bfce535f4c562b93a212171fbf19953a8f" }
rain-erc = { git = "https://github.com/rainlanguage/rain.erc", rev = "0106e645ebd49334addc698c5aad9a85370eb54d" }
rain-error-decoding = { git = "https://github.com/rainlanguage/rain.error", rev = "72d9577fdaf7135113847027ba951f9a43b41827" }

[workspace.dependencies.rain_orderbook_bindings]
Expand Down
2 changes: 1 addition & 1 deletion lib/rain.interpreter
38 changes: 9 additions & 29 deletions tauri-app/src-tauri/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 tauri-app/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ rain_orderbook_quote = { path = "../../crates/quote" }
rain_orderbook_subgraph_client = { path = "../../crates/subgraph" }
rain_orderbook_app_settings = { path = "../../crates/settings" }
rain_orderbook_bindings = { path = "../../crates/bindings" }
alloy-ethers-typecast = { git = "https://github.com/rainlanguage/alloy-ethers-typecast", rev = "0e636d2bc865a49c6eaea95ab139465708a65698" }
alloy-ethers-typecast = { git = "https://github.com/rainlanguage/alloy-ethers-typecast", rev = "65a68f207287d024cba934bf1e3c8b3f63d2834a" }
alloy = { version = "0.1.4", features = ["full", "node-bindings"] }
typeshare = "1.0.1"
reqwest = { version = "0.11.22", features = ["json"] }
Expand Down

0 comments on commit 556b016

Please sign in to comment.