diff --git a/pop-api/examples/fungibles/Cargo.toml b/pop-api/examples/fungibles/Cargo.toml index b636d1234..21ebc0cf5 100644 --- a/pop-api/examples/fungibles/Cargo.toml +++ b/pop-api/examples/fungibles/Cargo.toml @@ -11,7 +11,7 @@ pop-api = { path = "../../../pop-api", default-features = false, features = [ ] } [dev-dependencies] -drink = { package = "pop-drink", git = "https://github.com/r0gue-io/pop-drink" } +drink = { package = "pop-drink", git = "https://github.com/r0gue-io/pop-drink", features = [ "devnet" ] } env_logger = { version = "0.11.3" } serde_json = "1.0.114"