Skip to content

Commit

Permalink
Fix repository URL (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielleHuisman authored Dec 30, 2024
1 parent 7351da6 commit 5ef43c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ script = [
"sed -i.bak \"s/StatusEnum:/StatusEnum:\\n description: status of this requisition/\" /tmp/gocardless-bankaccountdata-schema.yaml",
"npx openapi-generator-cli generate -i /tmp/gocardless-bankaccountdata-schema.yaml -o packages/gocardless-bankaccountdata -g rust --package-name gocardless-bankaccountdata --additional-properties=bestFitInt",
"sed -i.bak \"s/OpenAPI Generator team and contributors/Nixy <[email protected]>/\" packages/gocardless-bankaccountdata/Cargo.toml",
"sed -i.bak \"s/Securely access your user's bank account information for better lending, accounting, verification and financial management./Rust OpenAPI client for GoCardless Bank Account Data./\" packages/gocardless-bankaccountdata/Cargo.toml",
"sed -i.bak \"s/Securely access your user's bank account information for better lending, accounting, verification and financial management./Rust OpenAPI client for GoCardless Bank Account Data.\"/ packages/gocardless-bankaccountdata/Cargo.toml",
"sed -i.bak \"s/edition = \\\"2021\\\"/edition = \\\"2021\\\"\\nrepository.workspace = true/\" packages/gocardless-bankaccountdata/Cargo.toml",
"rm -f packages/gocardless-bankaccountdata/{.gitignore,.travis.yml,Cargo.toml.bak,git_push.sh}",
"npx prettier --write .",
"cargo fmt",
]
workspace = false
1 change: 1 addition & 0 deletions packages/gocardless-bankaccountdata/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ authors = ["Nixy <[email protected]>"]
description = "Rust OpenAPI client for GoCardless Bank Account Data."
license = "MIT"
edition = "2021"
repository.workspace = true

[dependencies]
serde = { version = "^1.0", features = ["derive"] }
Expand Down

0 comments on commit 5ef43c7

Please sign in to comment.