Skip to content

Commit aeff6bf

Browse files
authored
static-metric/Cargo.toml: Remove include section (#372)
Signed-off-by: Max Inden <[email protected]>
1 parent f3a38d5 commit aeff6bf

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
run: cargo fmt --all -- --check -l
2929
- name: cargo clippy
3030
run: cargo clippy --all -- -D clippy
31+
- name: cargo package
32+
run : cargo package && cargo package --manifest-path static-metric/Cargo.toml
3133
criterion:
3234
name: "Benchmarks (criterion)"
3335
runs-on: ubuntu-latest

static-metric/Cargo.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@ description = "Static metric helper utilities for rust-prometheus."
77
repository = "https://github.com/tikv/rust-prometheus"
88
homepage = "https://github.com/tikv/rust-prometheus"
99
documentation = "https://docs.rs/prometheus-static-metric"
10-
include = [
11-
"LICENSE",
12-
"Cargo.toml",
13-
"src/**/*.rs",
14-
]
1510

1611
[lib]
1712
proc-macro = true

0 commit comments

Comments
 (0)