Skip to content

Commit d687fad

Browse files
authored
Use fix branch for KernelInfoReply compatibility (#10)
Use runtimed PR #282 branch which adds #[serde(default)] to implementation, implementation_version, and banner fields in KernelInfoReply. This allows testing kernels like Ark that don't provide all fields.
1 parent 987aa6b commit d687fad

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ name = "jupyter-kernel-test"
1111
path = "src/main.rs"
1212

1313
[dependencies]
14-
jupyter-protocol = { git = "https://github.com/runtimed/runtimed", branch = "main" }
15-
runtimelib = { git = "https://github.com/runtimed/runtimed", branch = "main", features = ["tokio-runtime", "ring"] }
14+
# Use the fix branch until PR #282 is merged
15+
jupyter-protocol = { git = "https://github.com/runtimed/runtimed", branch = "fix-optional-kernel-info-fields" }
16+
runtimelib = { git = "https://github.com/runtimed/runtimed", branch = "fix-optional-kernel-info-fields", features = ["tokio-runtime", "ring"] }
1617

1718
clap = { version = "4", features = ["derive"] }
1819
tokio = { version = "1", features = ["full"] }

0 commit comments

Comments
 (0)