Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump serde/serde_derive versions to prepare for soft-fork #2181

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

bump serde/serde_derive versions to prepare for soft-fork

  • Loading branch information
Gankra committed Dec 6, 2017
commit ebfd15b4c1bfc19d978da2c16379f80deaa48273

Some generated files are not rendered by default. Learn more.

@@ -16,7 +16,8 @@ bincode = "0.9"
byteorder = "1.2.1"
euclid = "0.15"
ipc-channel = {version = "0.9", optional = true}
serde = { version = "1.0", features = ["rc", "derive"] }
serde = { version = "1.0.23", features = ["rc", "derive"] }
serde_derive = { version = "1.0.23" }
time = "0.1"

[target.'cfg(target_os = "macos")'.dependencies]
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.