snapshot before rebranding

This commit is contained in:
2025-12-14 07:37:21 +03:00
parent 5520d491a5
commit 09735eb97a
1752 changed files with 58116 additions and 15986 deletions
@@ -26,11 +26,11 @@ proc-macro-crate = { workspace = true }
proc-macro2 = { workspace = true }
quote = { workspace = true }
syn = { features = [
"extra-traits",
"fold",
"full",
"visit",
"visit-mut",
"extra-traits",
"fold",
"full",
"visit",
"visit-mut",
], workspace = true }
[dev-dependencies]
@@ -28,7 +28,7 @@ use syn::{
/// Generates the access to the `pezsc_client` crate.
pub fn generate_crate_access() -> TokenStream {
match crate_name("sp-api") {
match crate_name("pezsp-api") {
Ok(FoundCrate::Itself) => quote!(pezsp_api::__private),
Ok(FoundCrate::Name(renamed_name)) => {
let renamed_name = Ident::new(&renamed_name, Span::call_site());