From 831c575f14dd3937b0497b6e3c4c81ed16617fb2 Mon Sep 17 00:00:00 2001 From: rzmk Date: Mon, 4 Mar 2024 17:48:09 -0500 Subject: [PATCH] fix: use github dep as default for rust notebook --- notebooks/rust/dsa.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notebooks/rust/dsa.ipynb b/notebooks/rust/dsa.ipynb index 3e136db..8ec60b0 100644 --- a/notebooks/rust/dsa.ipynb +++ b/notebooks/rust/dsa.ipynb @@ -22,8 +22,8 @@ "outputs": [], "source": [ "// Uncomment the next line and comment the subsequent line if not running notebook from source\n", - "// :dep ladderz = { git = \"https://github.com/rzmk/ladderz\", branch = \"main\" }\n", - ":dep ladderz = { path = \"../../ladderz\" }\n", + ":dep ladderz = { git = \"https://github.com/rzmk/ladderz\", branch = \"main\" }\n", + "// :dep ladderz = { path = \"../../ladderz\" }\n", "\n", "use ladderz::dsa;" ]