Skip to content

Instantly share code, notes, and snippets.

@mssun
Last active August 25, 2017 03:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mssun/8fb80949c0632047f3ebecbdddbba2a4 to your computer and use it in GitHub Desktop.
Save mssun/8fb80949c0632047f3ebecbdddbba2a4 to your computer and use it in GitHub Desktop.
ion patch
diff --git a/Cargo.toml b/Cargo.toml
index 6aa6b69..33d2127 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -35,7 +35,7 @@ glob = "0.2"
# Provides a macro for lazily-evalulated statics
lazy_static = "0.2"
# Provides the line editor / prompt for the shell
-liner = { git = "https://github.com/MovingtoMars/liner/" }
+liner = { git = "https://github.com/mssun/liner/", branch = "terminal-size-patch" }
# Provides permutations of strings in brace expansions
permutate = "0.3"
# Enables strings to be stored inline on the stack, when possible.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment