Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Restored rust-toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
arkpar committed Oct 30, 2017
1 parent 4c101c9 commit 38652bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions parity/rpc.rs
Expand Up @@ -304,6 +304,8 @@ pub fn new_ipc<D: rpc_apis::Dependencies>(
let handler = setup_apis(conf.apis, dependencies);
let remote = dependencies.remote.clone();
let path = PathBuf::from(&conf.socket_addr);
// Make sure socket file can be created on unix-like OS.
// Windows pipe paths are not on the FS.
if !cfg!(windows) {
if let Some(dir) = path.parent() {
::std::fs::create_dir_all(&dir)
Expand Down
1 change: 1 addition & 0 deletions rust-toolchain
@@ -0,0 +1 @@
stable

0 comments on commit 38652bd

Please sign in to comment.