Skip to content

Commit b94016c

Browse files
chore: add description for zksync_settlement_layer_data (#4425)
## What ❔ Add description field for `zksync_settlement_layer_data`. <!-- What are the changes this PR brings about? --> <!-- Example: This PR adds a PR template to the repo. --> <!-- (For bigger PRs adding more context is appreciated) --> ## Why ❔ To fix crates.io publishing for `core`. <!-- Why are these changes done? What goal do they contribute to? What are the principles behind them? --> <!-- The `Why` has to be clear to non-Matter Labs entities running their own ZK Chain --> <!-- Example: PR templates ensure PR reviewers, observers, and future iterators are in context about the evolution of repos. --> ## Is this a breaking change? - [ ] Yes - [x] No ## Checklist <!-- Check your PR fulfills the following items. --> <!-- For draft PRs check the boxes as you complete them. --> - [x] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [x] Tests for the changes have been added / updated. - [x] Documentation comments have been added / updated. - [x] Code has been formatted via `zkstack dev fmt` and `zkstack dev lint`.
1 parent 8651d28 commit b94016c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/lib/settlement_layer_data/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[package]
22
name = "zksync_settlement_layer_data"
3+
description = "ZKsync settlement layer data"
34
version.workspace = true
45
edition.workspace = true
56
authors.workspace = true

0 commit comments

Comments
 (0)