ac: bump rust version (#3985)

This commit is contained in:
Noah Gundotra 2023-01-19 10:44:41 -05:00 committed by GitHub
parent 4bbfdabda4
commit 9fe87ded65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1200,7 +1200,7 @@ dependencies = [
[[package]]
name = "spl-account-compression"
version = "0.1.7"
version = "0.1.8"
dependencies = [
"anchor-lang",
"bytemuck",

View File

@ -1,6 +1,6 @@
[package]
name = "spl-account-compression"
version = "0.1.7"
version = "0.1.8"
description = "Solana Program Library Account Compression Program"
authors = ["Solana Maintainers <maintainers@solana.foundation>"]
repository = "https://github.com/solana-labs/solana-program-library"