Consolidate more extension API structs that were duplicated btwn client and server (#9797)
Release Notes: - N/A
This commit is contained in:
parent
5e7fcc02fa
commit
b0409ddd68
6 changed files with 35 additions and 47 deletions
|
@ -92,7 +92,7 @@ async fn main() -> Result<()> {
|
|||
|
||||
let manifest_json = serde_json::to_string(&rpc::ExtensionApiManifest {
|
||||
name: manifest.name,
|
||||
version: manifest.version.to_string(),
|
||||
version: manifest.version,
|
||||
description: manifest.description,
|
||||
authors: manifest.authors,
|
||||
schema_version: Some(manifest.schema_version),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue