Skip to content

Commit 52ccfe9

Browse files
authored
Merge pull request #18 from pandanotabear/main
build: minor release add new fetchSingle menthod and PHP8.4 support
2 parents 130b4cb + 7897e46 commit 52ccfe9

50 files changed

Lines changed: 5123 additions & 1621 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.cargo/config.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,7 @@ rustflags = ["-C", "link-args=-Wl,-undefined,dynamic_lookup"]
55
rustflags = ["-C", "link-args=-Wl,-undefined,dynamic_lookup"]
66

77
[target.aarch64-apple-darwin]
8-
rustflags = ["-C", "link-args=-Wl,-undefined,dynamic_lookup"]
8+
rustflags = ["-C", "link-args=-Wl,-undefined,dynamic_lookup"]
9+
10+
[net]
11+
git-fetch-with-cli = true

0 commit comments

Comments
 (0)