mirror of
https://github.com/rzmk/ladderz.git
synced 2025-12-19 06:59:25 +00:00
fix: use github dep as default for rust notebook
This commit is contained in:
parent
6a3f4cc7e4
commit
831c575f14
1 changed files with 2 additions and 2 deletions
|
|
@ -22,8 +22,8 @@
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"// Uncomment the next line and comment the subsequent line if not running notebook from source\n",
|
"// 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 = { git = \"https://github.com/rzmk/ladderz\", branch = \"main\" }\n",
|
||||||
":dep ladderz = { path = \"../../ladderz\" }\n",
|
"// :dep ladderz = { path = \"../../ladderz\" }\n",
|
||||||
"\n",
|
"\n",
|
||||||
"use ladderz::dsa;"
|
"use ladderz::dsa;"
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue