Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
pgherveou committed Feb 26, 2024
1 parent 9345c58 commit da6ef4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drink/src/sandbox.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Module containing the core trait use to customize the sandboxed runtime.
//! Module containing the sandbox trait and its prelude.

use core::any::Any;

Expand Down
2 changes: 1 addition & 1 deletion examples/chain-extension/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ drink = { path = "../../drink" }
# If you are creating a custom runtime with `drink::create_minimal_sandbox!` macro, unfortunately you need to
# include these dependencies manually. Versions should match the ones in `Cargo.toml` of the `drink` crate.
frame-support = "28.0.0"
frame-system = "28.0.0"
frame-system = "28.0.0"

[features]
default = ["std"]
Expand Down

0 comments on commit da6ef4f

Please sign in to comment.