Pin fixed process dependency
Authored by
mfwolffe <wolffemf@dukes.jmu.edu>
- SHA
3863c5f42f885fdb623aa7fda7bb8b6f648ab657- Parents
-
be0a9ee - Tree
3986feb
3863c5f
3863c5f42f885fdb623aa7fda7bb8b6f648ab657be0a9ee
3986feb| Status | File | + | - |
|---|---|---|---|
| M |
README.md
|
3 | 3 |
| M |
fpm.toml
|
1 | 1 |
README.mdmodified@@ -92,12 +92,12 @@ Current semantics: | ||
| 92 | 92 | ## Dependency |
| 93 | 93 | |
| 94 | 94 | `fgof-devloop` depends on `fgof-watch` `v0.1.0` for watch-event types and |
| 95 | -watch option projection, and `fgof-process` `v0.1.0` for one-shot process | |
| 96 | -execution: | |
| 95 | +watch option projection, and a pinned `fgof-process` commit for one-shot | |
| 96 | +process execution: | |
| 97 | 97 | |
| 98 | 98 | ```toml |
| 99 | 99 | [dependencies] |
| 100 | -fgof-process = { git = "https://github.com/FortranGoingOnForty/fgof-process.git", tag = "v0.1.0" } | |
| 100 | +fgof-process = { git = "https://github.com/FortranGoingOnForty/fgof-process.git", rev = "dd71a77c61985380c7e32f4a719fd8bb247625c7" } | |
| 101 | 101 | fgof-watch = { git = "https://github.com/FortranGoingOnForty/fgof-watch.git", tag = "v0.1.0" } |
| 102 | 102 | ``` |
| 103 | 103 | |
fpm.tomlmodified@@ -20,5 +20,5 @@ implicit-external = false | ||
| 20 | 20 | source-form = "free" |
| 21 | 21 | |
| 22 | 22 | [dependencies] |
| 23 | -fgof-process = { git = "https://github.com/FortranGoingOnForty/fgof-process.git", tag = "v0.1.0" } | |
| 23 | +fgof-process = { git = "https://github.com/FortranGoingOnForty/fgof-process.git", rev = "dd71a77c61985380c7e32f4a719fd8bb247625c7" } | |
| 24 | 24 | fgof-watch = { git = "https://github.com/FortranGoingOnForty/fgof-watch.git", tag = "v0.1.0" } |