Skip to content

Commit

Permalink
Updated version.
Browse files Browse the repository at this point in the history
  • Loading branch information
5eeman committed Nov 18, 2024
1 parent 8ee1a24 commit 5406f96
Show file tree
Hide file tree
Showing 4 changed files with 128 additions and 108 deletions.
2 changes: 1 addition & 1 deletion CircomWitnesscalc.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'CircomWitnesscalc'
s.version = '0.0.1-alpha.1'
s.version = '0.0.1-alpha.2'
s.summary = 'CircomWitnesscalc is a library to calculate witness files.'
s.description = <<-DESC
CircomWitnesscalc is a library to calculate witness files for zero knowledge proofs, written in Rust.
Expand Down
12 changes: 6 additions & 6 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PODS:
- CircomWitnesscalc (0.0.1-alpha.1):
- CircomWitnesscalc/CircomWitnesscalc (= 0.0.1-alpha.1)
- CircomWitnesscalc/C (0.0.1-alpha.1)
- CircomWitnesscalc/CircomWitnesscalc (0.0.1-alpha.1):
- CircomWitnesscalc (0.0.1-alpha.2):
- CircomWitnesscalc/CircomWitnesscalc (= 0.0.1-alpha.2)
- CircomWitnesscalc/C (0.0.1-alpha.2)
- CircomWitnesscalc/CircomWitnesscalc (0.0.1-alpha.2):
- CircomWitnesscalc/C
- rapidsnark (0.0.1-alpha.5):
- rapidsnark/rapidsnark (= 0.0.1-alpha.5)
Expand All @@ -23,9 +23,9 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
CircomWitnesscalc: edca52741cd33e1912e4dd34054bbf85a8ef124d
CircomWitnesscalc: 77ebed71f7c5001e1a9e45c406904e9417bbe68b
rapidsnark: 4e70fa2f70e3b0846a0c1bf94a635113f261ada9

PODFILE CHECKSUM: 3b6a746d3bc7657344d8b8e6c6e9c80c06d1f4b5

COCOAPODS: 1.15.2
COCOAPODS: 1.16.2
12 changes: 6 additions & 6 deletions Example/Pods/Manifest.lock

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

210 changes: 115 additions & 95 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

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

0 comments on commit 5406f96

Please sign in to comment.