Skip to content

Commit

Permalink
Fix CLI compilation (#514)
Browse files Browse the repository at this point in the history
Updated rust version in nix shell.

Updated packages and fixed compilation error caused by breaking changes from hyper 1.0.0-rc, since cargo install doesn't respect cargo lock.

Added the SystemConfiguration framework on mac, since the linker was failing because of it in my machine.
  • Loading branch information
paulocsanz authored Jun 24, 2024
1 parent 0d941c6 commit 9e592da
Show file tree
Hide file tree
Showing 7 changed files with 776 additions and 760 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/target
node_modules
bin/railway
bin/railway
.envrc
.direnv/*
Loading

0 comments on commit 9e592da

Please sign in to comment.