Skip to content

Commit

Permalink
Mark all samples as not published
Browse files Browse the repository at this point in the history
  • Loading branch information
hatchan committed Apr 24, 2024
1 parent 97bb377 commit ea846e9
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 8 deletions.
8 changes: 0 additions & 8 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -121,17 +121,9 @@ exceptions = [
# adding a clarification entry for it allows you to manually specify the
# licensing information
[[licenses.clarify]]
# The package spec the clarification applies to
crate = "ring"
# The SPDX expression for the license requirements of the crate
expression = "MIT AND ISC AND OpenSSL"
# One or more files in the crate's source used as the "source of truth" for
# the license expression. If the contents match, the clarification will be used
# when running the license check, otherwise the clarification will be ignored
# and the crate will be checked normally, which may produce warnings or errors
# depending on the rest of your configuration
license-files = [
# Each entry is a crate relative path, and the (opaque) hash of its contents
{ path = "LICENSE", hash = 0xbd0eed23 },
]

Expand Down
1 change: 1 addition & 0 deletions providers/cloudwatch/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ rust-version = { workspace = true }
version = { workspace = true }
build = "build.rs"
license = { workspace = true }
publish = false

[lib]
crate-type = ["cdylib"]
Expand Down
1 change: 1 addition & 0 deletions providers/elasticsearch/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ rust-version = { workspace = true }
version = { workspace = true }
build = "build.rs"
license = { workspace = true }
publish = false

[lib]
crate-type = ["cdylib"]
Expand Down
1 change: 1 addition & 0 deletions providers/grafana-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ authors = { workspace = true }
edition = { workspace = true }
rust-version = { workspace = true }
license = { workspace = true }
publish = false

[dependencies]
base64 = "0.13"
Expand Down
1 change: 1 addition & 0 deletions providers/https/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ rust-version = { workspace = true }
version = { workspace = true }
build = "build.rs"
license = { workspace = true }
publish = false

[lib]
crate-type = ["cdylib"]
Expand Down
1 change: 1 addition & 0 deletions providers/loki/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ rust-version = { workspace = true }
version = { workspace = true }
build = "build.rs"
license = { workspace = true }
publish = false

[lib]
crate-type = ["cdylib"]
Expand Down
1 change: 1 addition & 0 deletions providers/parseable/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ rust-version = { workspace = true }
version = { workspace = true }
build = "build.rs"
license = { workspace = true }
publish = false

[lib]
crate-type = ["cdylib"]
Expand Down
1 change: 1 addition & 0 deletions providers/prometheus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ rust-version = { workspace = true }
version = { workspace = true }
build = "build.rs"
license = { workspace = true }
publish = false

[lib]
crate-type = ["cdylib"]
Expand Down
1 change: 1 addition & 0 deletions providers/sample/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ rust-version = { workspace = true }
version = { workspace = true }
build = "build.rs"
license = { workspace = true }
publish = false

[lib]
crate-type = ["cdylib"]
Expand Down
1 change: 1 addition & 0 deletions providers/sentry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ rust-version = { workspace = true }
version = { workspace = true }
build = "build.rs"
license = { workspace = true }
publish = false

[lib]
crate-type = ["cdylib"]
Expand Down

0 comments on commit ea846e9

Please sign in to comment.