We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 897ec79 commit 22b3950Copy full SHA for 22b3950
pages/tutorial/dependencies.md
@@ -130,14 +130,13 @@ Our final main program looks like
130
Again we run a quick check using fpm
131
132
```{code-block} text
133
-:emphasize-lines: 2, 13
+:emphasize-lines: 2, 12
134
❯ fpm run -- demo substitute fpm.toml
135
name = "substitute"
136
version = "0.1.0"
137
138
[dependencies]
139
-stdlib.git = "https://github.com/fortran-lang/stdlib"
140
-stdlib.branch = "stdlib-fpm"
+stdlib = "*"
141
142
[dev-dependencies]
143
test-drive.git = "https://github.com/fortran-lang/test-drive"
0 commit comments