Skip to content

Commit 84ff0c7

Browse files
committed
chore: add description and license to meteora damm v2 decoder
1 parent 87459db commit 84ff0c7

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

decoders/meteora-damm-v2-decoder/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[package]
22
name = "carbon-meteora-damm-v2-decoder"
3+
description = "Carbon Meteora Damm V2 Decoder"
34
version = "0.9.0"
45
edition = { workspace = true }
56

scripts/publish-crate.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,5 @@ workspace_crates=(
7676

7777
for crate in "${workspace_crates[@]}"; do
7878
echo "--- $crate"
79-
cargo package -p $crate
8079
cargo publish -p $crate
8180
done

0 commit comments

Comments
 (0)