fix: use github dep as default for rust notebook

This commit is contained in:
rzmk 2024-03-04 17:48:09 -05:00
parent 6a3f4cc7e4
commit 831c575f14
No known key found for this signature in database

View file

@ -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;"
]