Skip to content

Commit

Permalink
Moved derive crate to submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Luijken committed Jul 19, 2024
1 parent acf0017 commit ebaa034
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/cargo-build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ jobs:
- name: "Overwrite version numbers"
run: |
awk 'NR==1,/version = "0.1.0"/{sub(/version = "0.1.0"/, "version = \"'$GitVersion_SemVer'\"")} 1' stellar_rust_sdk_derive/Cargo.toml > stellar_rust_sdk_derive/Cargo.tmp && mv stellar_rust_sdk_derive/Cargo.tmp stellar_rust_sdk_derive/Cargo.toml
awk 'NR==1,/version = "0.1.0"/{sub(/version = "0.1.0"/, "version = \"'$GitVersion_SemVer'\"")} 1' stellar_rust_sdk/Cargo.toml > stellar_rust_sdk/Cargo.tmp && mv stellar_rust_sdk/Cargo.tmp stellar_rust_sdk/Cargo.toml
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
Expand Down
2 changes: 1 addition & 1 deletion stellar_rust_sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ hex = "0.4.3"
base64 = "0.21.4"
chrono = "0.4.31"
lazy_static = "1.4.0"
stellar_rust_sdk_derive = { path = "../stellar_rust_sdk_derive" }
stellar_rust_sdk_derive = { path = "./stellar_rust_sdk_derive" }
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ proc-macro2 = "1.0"
syn = "2.0"

[lib]
proc-macro = true
proc-macro = true
File renamed without changes.

0 comments on commit ebaa034

Please sign in to comment.