Skip to content

Commit 22b3950

Browse files
committed
docs: update stdlib in tutorial text
1 parent 897ec79 commit 22b3950

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pages/tutorial/dependencies.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,14 +130,13 @@ Our final main program looks like
130130
Again we run a quick check using fpm
131131

132132
```{code-block} text
133-
:emphasize-lines: 2, 13
133+
:emphasize-lines: 2, 12
134134
❯ fpm run -- demo substitute fpm.toml
135135
name = "substitute"
136136
version = "0.1.0"
137137
138138
[dependencies]
139-
stdlib.git = "https://github.com/fortran-lang/stdlib"
140-
stdlib.branch = "stdlib-fpm"
139+
stdlib = "*"
141140
142141
[dev-dependencies]
143142
test-drive.git = "https://github.com/fortran-lang/test-drive"

0 commit comments

Comments
 (0)