From b6fcfeffd1152a678805dfe53aea2c1e9bb6da5f Mon Sep 17 00:00:00 2001 From: Kevin Heavey Date: Wed, 15 Jan 2025 17:00:49 +0400 Subject: [PATCH] remove "internal use only" from solana-define-syscall definition (#4466) --- sdk/define-syscall/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/define-syscall/Cargo.toml b/sdk/define-syscall/Cargo.toml index 7f93af8817f3ff..686c6316300ab8 100644 --- a/sdk/define-syscall/Cargo.toml +++ b/sdk/define-syscall/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "solana-define-syscall" -description = "Solana define_syscall macro. For internal use only." +description = "Solana define_syscall macro and core syscall definitions." documentation = "https://docs.rs/solana-define-syscall" version = { workspace = true } authors = { workspace = true }