Skip to content

Commit

Permalink
Merge branch 'master' into miraclx/sync-temp
Browse files Browse the repository at this point in the history
  • Loading branch information
miraclx committed Nov 15, 2024
2 parents 11af296 + cc64770 commit e7c027c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion 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/context/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ repository.workspace = true
license.workspace = true

[dependencies]
bs58.workspace = true
camino = { workspace = true, features = ["serde1"] }
eyre.workspace = true
futures-util.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/context/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ impl ContextManager {
|meta| {
let context = Context::new(
context_id,
meta.application.application_id(),
application_id.unwrap_or_else(|| meta.application.application_id()),
meta.root_hash.into(),
);

Expand Down

0 comments on commit e7c027c

Please sign in to comment.