chiark / gitweb /
references
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 17 Feb 2019 23:59:51 +0000 (23:59 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 17 Feb 2019 23:59:51 +0000 (23:59 +0000)
fucking-cargo

index 2c31cf782fac6f3ffe3e52994c9a2b1725ef253e..07b973d0c4a44b2af92fdd006cd68a0fb3f4390d 100755 (executable)
@@ -3,6 +3,13 @@ set -e
 
 # CARGO='../fucking-cargo/fucking-cargo cargo' make && make check CARGO='../fucking-cargo/fucking-cargo cargo'
 
+
+# Why do we need this ?
+#
+#  https://stackoverflow.com/questions/33025887/how-to-use-a-local-unpublished-crate
+#  https://github.com/rust-lang/cargo/issues/1481
+
+
 lock=${PWD%/*}/.fuck.lock
 if [ "x$FUCKING_CARGO" != "x$lock" ]; then
        FUCKING_CARGO=$lock \