Skip to content

Commit

Permalink
Merge branch 'staging'
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroenbakker-atmind committed Feb 14, 2025
2 parents 8f9b413 + 330c674 commit 50c819f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion c64-assembler-6502/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "c64-assembler-6502"
version = "0.1.0"
version = "0.1.1"
authors = ["Jeroen Bakker <jeroen@atmind.nl"]
description = "Definition of 6502 instruction set"
repository = "https://github.com/jeroenbakker-atmind/c64-assembler"
Expand Down
2 changes: 1 addition & 1 deletion c64-assembler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ categories = ["compilers", "development-tools"]
edition = "2021"

[dependencies]
c64-assembler-6502 = {path="../c64-assembler-6502", version="0.1.0"}
c64-assembler-6502 = {path="../c64-assembler-6502", version="0.1.1"}

[dev-dependencies]
c64-assembler-macro = {path="../c64-assembler-macro", version="0.1.1"}
Expand Down

0 comments on commit 50c819f

Please sign in to comment.