From c68f360944d9c8304a209b928e7d6a99f36a5989 Mon Sep 17 00:00:00 2001 From: William Date: Thu, 2 Jan 2025 19:45:27 +0800 Subject: [PATCH] update version --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index be8d3bc..a202393 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,6 @@ This repository is forked from [https://github.com/nhuxhr/pumpfun-rs](https://gi 4. Add `logs_subscribe` to subscribe the logs of the PumpFun program. 5. Add `logs_events` to define the event of the logs. 6. Add `logs_parser` to parse the logs. -7. Add `logs_process` to process the logs. ## Table of Contents @@ -42,7 +41,7 @@ Add the following to your `Cargo.toml`: ```toml [dependencies] -mai3-pumpfun-sdk = "2.2.2" +mai3-pumpfun-sdk = "2.2.5" ``` ## Usage