Skip to content

Commit

Permalink
fix: update pnpm lock
Browse files Browse the repository at this point in the history
  • Loading branch information
MatejVukosav committed Nov 20, 2024
1 parent a2d7668 commit 60d61a1
Show file tree
Hide file tree
Showing 6 changed files with 3,001 additions and 7,346 deletions.
7 changes: 0 additions & 7 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion crates/meroctl/src/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ pub fn multiaddr_to_url(multiaddr: &Multiaddr, api_path: &str) -> EyreResult<Url

let ip = ip.ok_or_else(|| eyre!("No IP address found in Multiaddr"))?;
let port = port.ok_or_else(|| eyre!("No TCP port found in Multiaddr"))?;

let scheme = scheme.unwrap_or("http");

let mut url = Url::parse(&format!("{scheme}://{ip}:{port}"))?;
Expand Down
1 change: 0 additions & 1 deletion crates/merod/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ calimero-node = { path = "../node" }
calimero-network = { path = "../network" }
calimero-server = { path = "../server", features = ["jsonrpc", "websocket", "admin"] }
calimero-store = { path = "../store" }
husky-rs.workspace = true

[lints]
workspace = true
2 changes: 0 additions & 2 deletions crates/runtime/src/memory.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ impl WasmerTunables {
dynamic_memory_offset_guard_size: u64::from(WASM_MAX_PAGES),
};



let vmconfig = VMConfig {
wasm_stack_size: Some(limits.max_stack_size),
};
Expand Down
1 change: 0 additions & 1 deletion crates/sdk/design-guide.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Accountability rules

- Zero-cost abstractions!

- Do not pull in format code if the user doesn't use it
Loading

0 comments on commit 60d61a1

Please sign in to comment.