fortrangoingonforty/fgof-devloop / 3863c5f

Browse files

Pin fixed process dependency

Authored by mfwolffe <wolffemf@dukes.jmu.edu>
SHA
3863c5f42f885fdb623aa7fda7bb8b6f648ab657
Parents
be0a9ee
Tree
3986feb

2 changed files

StatusFile+-
M README.md 3 3
M fpm.toml 1 1
README.mdmodified
@@ -92,12 +92,12 @@ Current semantics:
9292
 ## Dependency
9393
 
9494
 `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:
9797
 
9898
 ```toml
9999
 [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" }
101101
 fgof-watch = { git = "https://github.com/FortranGoingOnForty/fgof-watch.git", tag = "v0.1.0" }
102102
 ```
103103
 
fpm.tomlmodified
@@ -20,5 +20,5 @@ implicit-external = false
2020
 source-form = "free"
2121
 
2222
 [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" }
2424
 fgof-watch = { git = "https://github.com/FortranGoingOnForty/fgof-watch.git", tag = "v0.1.0" }