Skip to content

Commit

Permalink
Reinstate local path for aocf dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxeh committed Dec 7, 2020
1 parent 93c11af commit cf7a6e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aocf_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ name = "aocf"
tempfile = "3.1.0"

[dependencies]
aocf = "0.1.8"
aocf = { path = "..", version = "0.1.8" }
chrono = "0.4.19"
docopt = "1.1.0"
dirs = "3.0.1"
Expand Down
2 changes: 2 additions & 0 deletions aocf_cli/aocf_cli.nix
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# this will no longer build, since it requires a non-path `aocf` dependency to build

{ stdenv
, lib
, rustPlatform
Expand Down
1 change: 0 additions & 1 deletion bump.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ fi

sed -i "s/version = \"$FROM\"/version = \"$TO\"/" Cargo.toml
sed -i "s/version = \"$FROM\"/version = \"$TO\"/" aocf_cli/Cargo.toml
sed -i "s/aocf = \"$FROM\"/aocf = \"$TO\"/" aocf_cli/Cargo.toml

cargo build
cd aocf_cli
Expand Down

0 comments on commit cf7a6e1

Please sign in to comment.