snapshot before rebranding
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user