Skip to content

Instantly share code, notes, and snippets.

@lu-zero
Created March 2, 2020 11:23
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 lu-zero/43b9a341dd6bd3ecef332dbdd3b08f5e to your computer and use it in GitHub Desktop.
Save lu-zero/43b9a341dd6bd3ecef332dbdd3b08f5e to your computer and use it in GitHub Desktop.
diff --git a/Cargo.toml b/Cargo.toml
index 78b8ef2d..e739d470 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -52,6 +52,7 @@ serialize = ["serde", "toml", "v_frame/serialize"]
dump_lookahead_data = ["byteorder", "image"]
[dependencies]
+proc-macro-error = "=0.4.9" # pending a fix for the version check
arg_enum_proc_macro = "0.3"
bitstream-io = "0.8"
cfg-if = "0.1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment