Skip to content

Commit 98c4d2d

Browse files
committed
working add-only commit graph
1 parent 4395f13 commit 98c4d2d

File tree

6 files changed

+1814
-1
lines changed

6 files changed

+1814
-1
lines changed

.cargo/config

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[build]
2-
rustflags = ["--cfg", "uuid_unstable"]
2+
rustflags = ["--cfg", "uuid_unstable", "--cfg", "feature=\"tinyvec_alloc\""]

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/target
2+
patches/

0 commit comments

Comments
 (0)