Skip to content

Commit

Permalink
Merge pull request #630 from rainlanguage/2024-05-07-bump-meta
Browse files Browse the repository at this point in the history
bumping rain.metadata
  • Loading branch information
hardyjosh committed May 13, 2024
2 parents 2d8f797 + cf29867 commit 3767aca
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[submodule "lib/rain.metadata"]
path = lib/rain.metadata
url = https://github.com/rainprotocol/rain.metadata
[submodule "lib/rain.erc1820"]
path = lib/rain.erc1820
url = https://github.com/rainprotocol/rain.erc1820
Expand Down Expand Up @@ -28,3 +25,6 @@
[submodule "lib/rain.orderbook.interface"]
path = lib/rain.orderbook.interface
url = https://github.com/rainlanguage/rain.orderbook.interface
[submodule "lib/rain.metadata"]
path = lib/rain.metadata
url = https://github.com/rainlanguage/rain.metadata
2 changes: 2 additions & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ alloy-primitives = "0.6.3"
alloy-json-abi = "0.6.3"
alloy-dyn-abi = "0.6.3"
anyhow = "1.0.70"
async-trait = "0.1.77"
clap = { version = "4.2.5", features = ["cargo", "derive"] }
once_cell = "1.17.1"
reqwest = { version = "0.11.17", features = ["json"] }
Expand Down
3 changes: 3 additions & 0 deletions crates/common/src/dotrain_order.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ pub enum DotrainOrderError {
#[error(transparent)]
AuthoringMetaV2Error(#[from] AuthoringMetaV2Error),

#[error(transparent)]
FetchAuthoringMetaV2WordError(#[from] FetchAuthoringMetaV2WordError),

#[error(transparent)]
ReadableClientError(#[from] ReadableClientError),

Expand Down

0 comments on commit 3767aca

Please sign in to comment.