4
0
Эх сурвалжийг харах

crate: exclude .github folder on publish

luojia65 2 жил өмнө
parent
commit
fc416760fb
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  1. 1 0
      Cargo.toml

+ 1 - 0
Cargo.toml

@@ -14,6 +14,7 @@ readme = "README.md"
 keywords = ["riscv", "sbi", "rustsbi"]
 categories = ["os", "embedded", "hardware-support", "no-std"]
 edition = "2021"
+exclude = ["/.github"]
 
 [dependencies]
 sbi-spec = "0.0.5-rc.2"