Skip to content

Commit

Permalink
Upgrade deps (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
nothing0012 authored Jan 3, 2024
1 parent 843f97f commit 8e35897
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 109 deletions.
140 changes: 35 additions & 105 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions programs/open_creator_protocol/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "open_creator_protocol"
version = "0.3.5"
version = "0.4.0"
description = "Open Creator Protocol is an open protocol for creators to build utilities and policy engine for their tokens"
edition = "2021"
license = "Apache-2.0"
Expand All @@ -19,7 +19,7 @@ test-bpf = []
[dependencies]
anchor-lang = { version = "0.29.0", features = ["init-if-needed"] }
anchor-spl = { version = "0.29.0", features = ["metadata"] }
community-managed-token = { version = "^0.2.0", features = ["no-entrypoint"] }
community-managed-token = { version = "^0.2.1", features = ["no-entrypoint"] }
json-rules-engine-fork = "0.9.7"
mpl-token-metadata = { version = "3.3.0" }
serde = { version = "1.0", features = ["derive"] }
Expand Down
2 changes: 0 additions & 2 deletions programs/open_creator_protocol/src/instructions/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#![allow(ambiguous_glob_reexports)]

pub mod policy;
pub use policy::init_policy::*;
pub use policy::update_policy::*;
Expand Down

0 comments on commit 8e35897

Please sign in to comment.